X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9f052345423e22275c36c7f212828b3212296414..fb17928db19ed0b1e32e5da9d94d6c415d505a1a:/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); },