0

util.js: don't specify a map minzoom of 0

Who put this here? Why? Whatever.

Fixes #1590.
This commit is contained in:
Nicolas F
2019-07-12 16:43:05 +02:00
parent 4dc2c8a5b7
commit 4d27cf3dfc

View File

@@ -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>');