Skip to content

Commit

Permalink
Update pipeline to put the tiles in a tiles dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Oct 13, 2019
1 parent 9f228c1 commit dedd090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tiles.mbtiles
tiles/*
node_modules
3 changes: 2 additions & 1 deletion pipeline.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mkdir -p tiles
time tl copy -z 10 -Z 15 \
-b "-123.2762 45.1926 -122.1817 45.8201" \
"https://api.mapbox.com/v4/mapbox.mapbox-terrain-v2,mapbox.mapbox-streets-v7/{z}/{x}/{y}.vector.pbf?access_token=$MAPBOX_TOKEN" \
mbtiles://./tiles.mbtiles
mbtiles://./tiles/tiles.mbtiles

0 comments on commit dedd090

Please sign in to comment.