diff options
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` \ |