map: Adjust default position

Adjust map initial position and zoom to cover whole Freifunk
Franken area.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler 2018-11-23 20:57:04 +01:00
parent 103a404eea
commit 1f1d04abc8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
}
}
else {
map.setView([49.45, 11.1], 10);
map.setView([49.824, 10.786], 9);
initialLayers();
}
</script>