aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2023-02-28 23:10:53 +0800
committerHsieh Chin Fan <pham@topo.tw>2023-02-28 23:10:53 +0800
commitfadb9706c50894058d71738d4dfc508c6922ee9a (patch)
tree3fe6133f51318d5c805b2d0aa67c280513fd51fc /alias
parent017560127f259c05381d574df3cfcfafe025da99 (diff)
Update
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index b16a49a..4de2208 100644
--- a/alias
+++ b/alias
@@ -373,6 +373,7 @@ alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly'
373alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' 373alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg'
374alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' 374alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf'
375alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16' 375alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16'
376sample.image() { curl -Lo random.png https://picsum.photos/seed/`date +%s`/${1:-500}/${2:-500}; }
376alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' 377alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto'
377alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' 378alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto'
378alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' 379alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto'