use larger map

This commit is contained in:
Adam 2023-04-25 19:18:51 -04:00
parent c3f4e5a283
commit a3c58ad851
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
clear
cd ./dist
./martin -l localhost:3005 ./data/us-northeast.mbtiles
./martin -l localhost:3005 ./data/us.mbtiles

View file

@ -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