The getfeatureinfo tag has no wiki summary.
2
votes
1answer
1k views
openlayers GetFeatureInfo request example + virtual earth/google
Simply I copied the example code from http://openlayers.org/dev/examples/getfeatureinfo-control.html.
I used geoserver to run it and everything is working properly like the internet version, now I ...
1
vote
1answer
1k views
Geoserver GetFeatureInfo WMS Requests Do Not Work When Using GeoWebCache Layer
I have been trying for the last few days to get my map GeoWebCache layers from Geoserver to display GetFeatureInfo in a popup event. When I was using WMS layers, GetFeatureInfo was working as ...
0
votes
0answers
52 views
WMSGetfeatureinfo response?
I have a problem running the events.register ("GetFeatureInfo", this, callback) callback I returned to the values ​​generated by the event, even if the call succeeds the URL that is generated and all ...
0
votes
1answer
443 views
Mapserver ignores my template-file for GetFeatureInfo-requests
I want my mapfile to support the GetFeatureInfo-request for some layers.
I added the following line to the layer:
TEMPLATE "change-template.txt"
And the fileitself looks like follows (only for ...