use larger map
This commit is contained in:
parent
c3f4e5a283
commit
a3c58ad851
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@
|
|||
clear
|
||||
|
||||
cd ./dist
|
||||
./martin -l localhost:3005 ./data/us-northeast.mbtiles
|
||||
./martin -l localhost:3005 ./data/us.mbtiles
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
clear
|
||||
DATE_UTC=$(date -u +"%d%m%y")
|
||||
REGION=us-northeast
|
||||
REGION=us
|
||||
REGION_DATA=$REGION-$DATE_UTC.osm.pbf
|
||||
REGION_TILES=$REGION.mbtiles
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue