[mapserver-users] OpenLayers Zoom Selected Feature

2019-11-08 Thread StefanWebViewer
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 defi

Re: [mapserver-users] integrate variable openlayer map extent

2019-11-07 Thread StefanWebViewer
I solved it myself: - the variables without ' - call the .js earlier in the php file -- Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html ___ mapserver-users mailing list mapserver-users@lists.osgeo.org https://lists.osgeo.org

[mapserver-users] integrate variable openlayer map extent

2019-11-07 Thread StefanWebViewer
Good day everybody, thanks for the last hints. That was very helpful. Now I have another question: We have created map accesses for several regions (more than 300). Each of these regions has a different map extent. So that the respective map extent does not have to be adapted manually, I created a

[mapserver-users] Copy mapserv.exe problem

2019-10-30 Thread StefanWebViewer
Hey! I had already formulated an entry recently in which I asked for the error message "msCGILoadMap (): Web application error. CGI variable" map "is not set." asked. Now I think I have found a more accurate diagnosis. For our project we need several mapserv.exe, because we present different maps (

[mapserver-users] Mapserver TabFile Error

2019-10-25 Thread StefanWebViewer
We would like to render a polygon on our mapserver. Everything works wonderfully on our localhost. Now we would like to send the application via external server. Everything works fine on the external server as well. Except that the polygon appears on the map. The polygon is a TabFile. All paths hav