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
|
clear
|
||||||
|
|
||||||
cd ./dist
|
cd ./dist
|
||||||
./martin -l localhost:3005 ./data/us-northeast.mbtiles
|
./martin -l localhost:3005 ./data/us.mbtiles
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
clear
|
clear
|
||||||
DATE_UTC=$(date -u +"%d%m%y")
|
DATE_UTC=$(date -u +"%d%m%y")
|
||||||
REGION=us-northeast
|
REGION=us
|
||||||
REGION_DATA=$REGION-$DATE_UTC.osm.pbf
|
REGION_DATA=$REGION-$DATE_UTC.osm.pbf
|
||||||
REGION_TILES=$REGION.mbtiles
|
REGION_TILES=$REGION.mbtiles
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue