Set number of zoom levels on a per layer basis. Closes #603.
This commit is contained in:
parent
ede76d8dc5
commit
4c3b59fe25
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,6 @@ var popup;
|
|||
function createMap(divName) {
|
||||
map = new OpenLayers.Map(divName,
|
||||
{ maxExtent: new OpenLayers.Bounds(-20037508,-20037508,20037508,20037508),
|
||||
numZoomLevels: 19,
|
||||
maxResolution: 156543,
|
||||
units: 'm',
|
||||
projection: "EPSG:41001" });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue