Set default zoom to 5 instead of 6, because of longer caching (#205)
This commit is contained in:
parent
9ea36c6f19
commit
708b35f642
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ BR.Map = {
|
|||
})
|
||||
.addTo(map);
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue