The getfeatureinfo tag has no wiki summary.
1
vote
1answer
840 views
How to use cql_filter in OpenLayers.Control.WMSGetFeatureInfo?
I am a newbie and I am using OpenLayers, GeoServer 2.1.3. I have a
function that works to filter the markers on the map with a CQL_FILTER
function. But when I click on a marker it shows a popup with
...
4
votes
2answers
791 views
How to make geoserver return JSON for WMS GetFeatureInfo?
I wish to get the results of a WMS GetFeatureInfo request as a JSON instead of the table that comes up by default. Out of the box, the only options for the response from a WMS GetFeatureInfo are the ...
7
votes
4answers
6k views
How to select fields returned by GeoServer WMS GetFeatureInfo request?
I'm running simple local mapping service based on PostGIS/GeoServer/OpenLayers stack.
Following opengeo tutorial I've tied click events in OpenLayers to WMS GetFeatureInfo call using:
...
1
vote
1answer
418 views
How can I add an infowindow to an OpenLayers GeoJSON layer?
In my OpenLayers script I refer to an geojson layer. Is it possible to add an info window?If yes, how can I create this. Script is as follows:
var lon = 5,
lat = 52,
zoom = 7,
epsg4326 = ...
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 ...
1
vote
1answer
2k views
WMS Request Returns nothing with Geoserver
I'm having trouble with a select feature example in Geoserver and open layers. For some reason the request returns nothing.
Here's the stripped down version that produces this:
I have a small wms ...
