Zoom out map a little bit in node preview.
This commit is contained in:
parent
5b0ec235cb
commit
7e2769cfa5
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ function centerOnCoordinates() {
|
||||||
|
|
||||||
if (coordinates) {
|
if (coordinates) {
|
||||||
[lat, lng] = coordinates;
|
[lat, lng] = coordinates;
|
||||||
zoom = map.getMaxZoom();
|
zoom = map.getMaxZoom() - 1;
|
||||||
}
|
}
|
||||||
map.setView([lat, lng], zoom);
|
map.setView([lat, lng], zoom);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue