I'm testing MVS.HTML (OL2.6) in IE7 using 'mymap' (WMS in Geoserver 1.6.0) as base layer and panzoombar control with a value of 12. When I select another layer as base layer (for example: 'gmaps') and is displayed, the zoom value changes to 14 automatically. When I return to 'mymap' the zoom values change to 13. With the 'nasa' layer (landsat7) works fine.
Can anyone explain me what is happening with this? Tks in advance Leo PS: mymap var mymap = new OpenLayers.Layer.WMS( "Testing", "http://localhost:8080/geoserver/wms", {layers: 'Test'}, {singleTile: false}); theMVS.addLayer(mymap) ; ======================================================================== More information about 'mymap' SRS: EPSG:4326 Min X:-57.150311173654124 Min Y:-34.9343248791767 Max X:-55.491925718453444 Min X:-34.14251434467555 SRSWKT ====== GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH], AUTHORITY["EPSG","4326"]] NATIVE SRS WKT ============== GEOGCS["WGS 84", DATUM["WGS_1984", SPHEROID["WGS 84", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], AXIS["Longitude", EAST], AXIS["Latitude", NORTH]] -- View this message in context: http://www.nabble.com/zooming-problem-with-google-maps-testing-MVS.HTML-%28OL2.6%29-in-IE7-tp18788642p18788642.html Sent from the OpenLayers Users mailing list archive at Nabble.com. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
