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
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
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
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 (
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