You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using release version and rendering WMS, OSM, Google and Bing maps. WMS layer maps are configured with (-180, -90, 180, 90) bounds. When we create map control and add WMS layer map as base layer, the extent values are changed like -180,-101.74331550802,180,101.74331550802 (-90,90 -> increased by 13 number) and it is inconsistent with browser window size.
Any one faced similar issue or any resolution? Thanks in advance.
default options to map control { fractionalZoom: true, fallThrough: true, tileManager: null, maxResolution: "auto", projection:"EPSG:4326" maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90), restrictedExtent: new OpenLayers.Bounds(-180, -90, 180, 90), units: "degrees", reset: true, tileSize: new OpenLayers.Size(256, 256) }
Please let me know if any information required?
The text was updated successfully, but these errors were encountered:
balab2020
changed the title
Extent
Map extent is increased after setting base layer
Jun 1, 2018
We are using release version and rendering WMS, OSM, Google and Bing maps. WMS layer maps are configured with (-180, -90, 180, 90) bounds. When we create map control and add WMS layer map as base layer, the extent values are changed like -180,-101.74331550802,180,101.74331550802 (-90,90 -> increased by 13 number) and it is inconsistent with browser window size.
Any one faced similar issue or any resolution? Thanks in advance.
default options to map control
{ fractionalZoom: true, fallThrough: true, tileManager: null, maxResolution: "auto", projection:"EPSG:4326" maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90), restrictedExtent: new OpenLayers.Bounds(-180, -90, 180, 90), units: "degrees", reset: true, tileSize: new OpenLayers.Size(256, 256) }
Please let me know if any information required?
The text was updated successfully, but these errors were encountered: