diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:10:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-28 23:10:53 +0800 |
commit | fadb9706c50894058d71738d4dfc508c6922ee9a (patch) | |
tree | 3fe6133f51318d5c805b2d0aa67c280513fd51fc /alias | |
parent | 017560127f259c05381d574df3cfcfafe025da99 (diff) |
Update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -373,6 +373,7 @@ alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly' | |||
373 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' | 373 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' |
374 | alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' | 374 | alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' |
375 | alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16' | 375 | alias sample.lorem='curl -o lorem http://metaphorpsum.com/paragraphs/4/16' |
376 | sample.image() { curl -Lo random.png https://picsum.photos/seed/`date +%s`/${1:-500}/${2:-500}; } | ||
376 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' | 377 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' |
377 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' | 378 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' |
378 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' | 379 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' |