aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
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'