diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-14 20:29:36 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-02-14 20:29:36 +0800 |
commit | 432fc9e641105379b7bf9a921cebb0d3049ce227 (patch) | |
tree | 45dfe2fcb34d1c3bd9ae3f2769b454ee744a1a4c /alias | |
parent | e7d369a35f5ddadc8850469b99bfcace19421a9e (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -281,6 +281,7 @@ alias sample.osm='curl https://api.openstreetmap.org/api/0.6/node/3428095932' | |||
281 | alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly' | 281 | alias sample.poly='curl -O http://download.geofabrik.de/asia/taiwan.poly' |
282 | alias sample.image='curl -O https://file-examples-com.github.io/uploads/2017/10/file_example_JPG_100kB.jpg' | 282 | alias sample.image='curl -O https://file-examples-com.github.io/uploads/2017/10/file_example_JPG_100kB.jpg' |
283 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' | 283 | alias sample.gpkg='curl -O http://www.geopackage.org/data/sample1_1.gpkg' |
284 | alias sample.mvt='curl -O https://demotiles.maplibre.org/tiles/5/25/14.pbf' | ||
284 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' | 285 | alias proto.mvt='curl -O https://raw.githubusercontent.com/mapbox/vector-tile-spec/master/2.1/vector_tile.proto' |
285 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' | 286 | alias proto.osm='curl -O https://raw.githubusercontent.com/openstreetmap/OSM-binary/master/src/osmformat.proto' |
286 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' | 287 | alias proto.geobuf='curl -O https://raw.githubusercontent.com/mapbox/geobuf/master/geobuf.proto' |