aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias3
1 files changed, 1 insertions, 2 deletions
diff --git a/alias b/alias
index 2b7f2bd..62e023b 100644
--- a/alias
+++ b/alias
@@ -368,10 +368,9 @@ alias sample.mbtiles='curl -O https://docs.mapbox.com/help/data/trails.mbtiles'
368alias sample.kml='curl -O https://docs.mapbox.com/help/data/farmers_markets.kml' 368alias sample.kml='curl -O https://docs.mapbox.com/help/data/farmers_markets.kml'
369alias sample.osm='curl https://api.openstreetmap.org/api/0.6/node/3428095932' 369alias sample.osm='curl https://api.openstreetmap.org/api/0.6/node/3428095932'
370alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly' 370alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly'
371alias sample.image='curl -O https://file-examples.com/storage/fe4b4c6261634c76e91986b/2017/10/file_example_JPG_100kB.jpg'
372alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' 371alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg'
373alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' 372alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf'
374alias sample.mp4='curl -O https://jsoncompare.org/LearningContainer/SampleFiles/Video/MP4/Sample-MP4-Video-File-Download.mp4' 373alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16'
375alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' 374alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto'
376alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' 375alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto'
377alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' 376alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto'