In our OpenLayer.js we first call the maximum extent of the map: "maxExtent: new OpenLayers.Bounds (X1, Y1, X2, Y2)," on. After the layer definition follows "map.addLayers ([lyr1, layer3, layer4]);" and "map.zoomToMaxExtent ();". In between, the variable for "OpenLayers.Control.GetFeature" is defined. Our problem now is that after our feature query, the map always returns to "MaxExtent". Does anyone have an idea, how after the feature query the zoom level does not change? After selected feature, the zoom should not change. We only want the "MaxExtent" when loading the map for the first time.
-- Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html _______________________________________________ mapserver-users mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/mapserver-users
