util.js: don't specify a map minzoom of 0
Who put this here? Why? Whatever. Fixes #1590.
This commit is contained in:
@@ -213,9 +213,7 @@ overviewer.util = {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
overviewer.map = L.map('mcmap', {
|
overviewer.map = L.map('mcmap', {crs: L.CRS.Simple});
|
||||||
crs: L.CRS.Simple,
|
|
||||||
minZoom: 0});
|
|
||||||
|
|
||||||
overviewer.map.attributionControl.setPrefix(
|
overviewer.map.attributionControl.setPrefix(
|
||||||
'<a href="https://overviewer.org">Overviewer/Leaflet</a>');
|
'<a href="https://overviewer.org">Overviewer/Leaflet</a>');
|
||||||
|
|||||||
Reference in New Issue
Block a user