X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9f052345423e22275c36c7f212828b3212296414..425b3654d711eb01a8ce5511a123cc4c24b6db02:/public/openlayers/OpenStreetMap.js diff --git a/public/openlayers/OpenStreetMap.js b/public/openlayers/OpenStreetMap.js index 35e4e3236..c9964c1cb 100644 --- a/public/openlayers/OpenStreetMap.js +++ b/public/openlayers/OpenStreetMap.js @@ -173,7 +173,7 @@ OpenLayers.Layer.OSM.Maplint = OpenLayers.Class(OpenLayers.Layer.OSM, { "http://e.tah.openstreetmap.org/Tiles/maplint.php/", "http://f.tah.openstreetmap.org/Tiles/maplint.php/" ]; - options = OpenLayers.Util.extend(options, { numZoomLevels: 18, isBaseLayer: false }); + options = OpenLayers.Util.extend(options, { numZoomLevels: 18, isBaseLayer: false, visibility: false }); var newArguments = [name, url, options]; OpenLayers.Layer.OSM.prototype.initialize.apply(this, newArguments); },