diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-26 11:34:41 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-05-26 11:34:41 +0800 |
| commit | 94ef99ff371b29531eaab789729f20294cfc9f13 (patch) | |
| tree | a710a839fe99723f759f7f27b3a62c4e86527822 /alias | |
| parent | 76f220d633eeae38d50c82918bc767fef2dca97c (diff) | |
| parent | 203a4093b9de5f2d00e4ae6f54b386d409083374 (diff) | |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -326,6 +326,7 @@ alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' | |||
| 326 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' | 326 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' |
| 327 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' | 327 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' |
| 328 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' | 328 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' |
| 329 | alias data.ical='curl -O http://www.google.com/calendar/ical/taiwan__zh_tw@holiday.calendar.google.com/public/basic.ics' | ||
| 329 | taiwan_dem() { | 330 | taiwan_dem() { |
| 330 | <<<"http://dtm.moi.gov.tw/不分幅_全台及澎湖.zip" perl -lpe 's/([^A-Za-z0-9.\/:])/sprintf("%%%02X", ord($1))/seg' |\ | 331 | <<<"http://dtm.moi.gov.tw/不分幅_全台及澎湖.zip" perl -lpe 's/([^A-Za-z0-9.\/:])/sprintf("%%%02X", ord($1))/seg' |\ |
| 331 | xargs curl -Lo taiwan_dem.zip | 332 | xargs curl -Lo taiwan_dem.zip |
| @@ -493,7 +494,6 @@ alias cdma='cd ~/git/mapstew-android' | |||
| 493 | alias cdT='cd ~/git/tilemaker' | 494 | alias cdT='cd ~/git/tilemaker' |
| 494 | alias stew='cd ~/git/mapstew' | 495 | alias stew='cd ~/git/mapstew' |
| 495 | alias vc='vultr-cli' | 496 | alias vc='vultr-cli' |
| 496 | alias jl='jrnl' | ||
| 497 | #hugo(){ | 497 | #hugo(){ |
| 498 | # docker run --rm \ | 498 | # docker run --rm \ |
| 499 | # -u `id -u`:`id -g` \ | 499 | # -u `id -u`:`id -g` \ |