Set default zoom to 5 instead of 6, because of longer caching (#205)

This commit is contained in:
Norbert Renner 2019-06-15 11:10:13 +02:00
parent 9ea36c6f19
commit 708b35f642

View file

@ -19,7 +19,7 @@ BR.Map = {
}) })
.addTo(map); .addTo(map);
if (!map.restoreView()) { if (!map.restoreView()) {
map.setView([50.99, 9.86], 6); map.setView([50.99, 9.86], 5);
} }
// two attribution lines by adding two controls, prevents ugly wrapping on // two attribution lines by adding two controls, prevents ugly wrapping on