Mapbender.Map = function( frameName, elementName, width, height, wms_index )
frameName | [deprecated] the name of the iframe, for backwards compatibility only, use “” for maps in DIVs |
elementName | the ID of the DOM node |
width | width of the map in pixel |
height | height of the map in pixel |
wms_index | restrict the WMS in the map to the WMS with this ID (useful for overview maps) |
Mapbender.Map = function( frameName, elementName, width, height, wms_index )
set the extent of the wms
this.setExtent = function( minx, miny, maxx, maxy )