diff --git a/marteen/run b/marteen/run index 0bbaad1..33b1120 100755 --- a/marteen/run +++ b/marteen/run @@ -3,4 +3,4 @@ clear cd ./dist -./martin -l localhost:3005 ./data/us-northeast.mbtiles +./martin -l localhost:3005 ./data/us.mbtiles diff --git a/marteen/setup b/marteen/setup index f6da7c5..cacda41 100755 --- a/marteen/setup +++ b/marteen/setup @@ -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