1
vote
2answers
46 views

How to specify layer getWMSInfo when click feature on map (getWMSInfo with multiple layers)

i'm using getWMSFeatureInfo with multiple layers (point)! When i click a point on map, how to specify point clicked belong to any layer??
2
votes
2answers
395 views

GetFeatureInfo doesn't work!

I'm new at openlayers and I am having some trouble when trying to display the feature info. I have the map working, with the layers I want to add in, but it seems that when I try to ask for the info ...
0
votes
0answers
20 views

How do I set the selected class in the UMN-Mapserver template?

UMN-mapserver allows for GetFeatureInfo-request a HTML-template. This template can set values from the selected features, for instance wit [item name=name]. I want to insert into the template the ...
1
vote
1answer
880 views

How to use getfeatureinfo with MapServer and OpenLayers?

I'm trying to use the getfeatureinfo function of Openlayers with MapServer. When I click on a point on my map, I get the following error in Firebug: <?xml version='1.0' encoding="ISO-8859-1" ...
3
votes
2answers
3k views

Use OpenLayers WMSGetFeatureInfo on Mapserver Layer?

I'm able to use OpenLayers' OpenLayers.Layer.Mapserver declaration to generate a raster from GRIB data. I've read in the MapServer docs and on forums that it should be possible to get point ...