Tagged Questions
0
votes
0answers
42 views
GetFeatureInfo Pop up - Openlayers/GeoServer
I am an OL and GeoServer newbie. I've been trawling the net looking for guidance on how to code a GetFetureInfo request in OpenLayers to retrieve attribute information from a GeoServer WMS running on ...
3
votes
2answers
55 views
GeoServer cascading WMS, FeatureInfo is lost
I'm trying to cascade a WMS service in GeoServer (http://grb.agiv.be/geodiensten/raadpleegdiensten/GRB/wms?REQUEST=GetCapabilities&SERVICE=WMS).
I can view the cascaded layers just fine, but ...
1
vote
1answer
102 views
Geoserver 2.1.3 no GetFeatureInfo-Response when multiple Features found on same location within same layer
I have a Geoserver postgis layer with multiple point features on the same location. GetFeatureInfo returns results when only one feature is found.
But Geoserver returns nothing (empty html) when ...
0
votes
0answers
123 views
WMS getfeatureinfo() giving incorrect result
I am using openlayers and Geoserver. I have created a base layer using OSM and then added wms layer topp:states. I want to show a world map and on that show US states. I have added onclick ...
0
votes
1answer
98 views
prevent popup from appearing when clicking outside wms layer
Any help with this would be appreciated. I am projecting a WMS-layer on a map using OpenLayers and Geoserver. The next thing I want to do is to display info on any given feature in my WMS-layer in a ...
2
votes
0answers
118 views
Geoserver create SqlView Layer with Geoserver Manager
I would like to register a new sql view layer to geoserver through the rest api. I am using geoserver-manager.
The registration is ok, the layer is working fine, except wms getFeatureInfo, which ...
4
votes
2answers
803 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 ...
0
votes
1answer
47 views
What kind of different results or what is the difference between two URL based WMS requests [closed]
I am trying to retrieve some WMS layers from geoserver so that I can display them in leaflet and I need to populate a URL field and I noticed that many of the layers that I opened up in openlayers had ...
2
votes
0answers
98 views
How do I format tilelayer.wms url properties such that I add an overlay iteratively to my base map in leaflet
My base map was created using hard-coded template variables. I am using the leaflet tilelayer.wms constructor and including the url like so:
url: ...
1
vote
1answer
550 views
Displaying Feature Info for a user defined polygon
To retrieve feature info for a polygon selection, I have the OpenLayers code below:
var featureTypes = ["nig_admin1", "nig_admin2", "nig_admin3", "nig_landscan"];
var populationCtrl ...
2
votes
3answers
1k views
OpenLayers GetFeatureInfo for GeoServer Layer Groups
I've created a GeoServer layer group. I'm using OpenLayers.Layer.WMS to retrieve the layer group, and this works fine. In addition, I'd like to pull feature info for the layer. For this, I'm using ...
1
vote
1answer
841 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
...
5
votes
3answers
1k views
WMS GetFeatureInfo and CQL on Multiple Layers
I am having issues with querying CQL filtered layers with OpenLayers and GeoServer, using the GetFeatureInfo control. It is ignoring the CQL filter and just querying the entire layer (as evidenced by ...
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 ...
2
votes
1answer
2k views
'Select' and 'hover over' features are not working although no error is displayed (openlayers)
On the following html code i get no errors when i check it on firebug.
When i select or hover over features i want to see them "highlighted".
When i move my cursor onto a feature i can see that ...
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:
...
