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', {
|
||||
crs: L.CRS.Simple,
|
||||
minZoom: 0});
|
||||
overviewer.map = L.map('mcmap', {crs: L.CRS.Simple});
|
||||
|
||||
overviewer.map.attributionControl.setPrefix(
|
||||
'<a href="https://overviewer.org">Overviewer/Leaflet</a>');
|
||||
|
||||
Reference in New Issue
Block a user