add check-tiles option

master
Andrew Coleman 2017-05-23 13:05:32 -04:00
parent 4391eab3e8
commit 48f9abf418
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
SLEEP=${1}
function update_map() {
overviewer.py --config=/config.py
overviewer.py --config=/config.py --check-tiles
sed -i "s/sensor=false/key=${GOOGLE_MAPS_API_KEY}\&sensor=false/" /map/index.html
}