Remove obsolete maxExtent from marker layer
This commit is contained in:
parent
bd12ec7a8b
commit
8e1b0b6908
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ function createMap(divName, options) {
|
|||
markers = new OpenLayers.Layer.Markers("Markers", {
|
||||
displayInLayerSwitcher: false,
|
||||
numZoomLevels: 20,
|
||||
maxExtent: new OpenLayers.Bounds(-20037508,-20037508,20037508,20037508),
|
||||
projection: "EPSG:900913"
|
||||
});
|
||||
map.addLayer(markers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue