Questions tagged [getfeatureinfo]
48 questions
1
vote
0 answers
OpenLayers : can I use getGetFeatureInfoUrl in a POST way?
Didn't found answer yet, but maybe because it is not possible.
OpenLayers has a function ol/source/ImageWMS.getFeatureInfoUrl, used to generate an URL to ask features informations according to coordinates. The function and returned URL work well,…

JCB
- 99
- 2
- 11
1
vote
2 answers
How to get attribute info of wms layer published in geoserver in a popup via. Leaflet
I have published a feature in geoserver which I am successfully accessing by leaflet with its basemap. Now I need to fetch the attribute information of feature onclick in a popup.
I used example (https://gist.github.com/rclark/6908938) as it is, but…
user8888885
1
vote
2 answers
WMS GetFeatureinfo for featurelayers
I'm looking the way how to use browser to query all WMS features( with all attributes the feature have) by just defining the layer parameter or what parameters I need to add to get desired result? Request all features WMS is serving, output format…

Kajar
- 29
- 5
1
vote
1 answer
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 requested. Ever since I started caching my layers using…

elshae
- 539
- 3
- 11
- 30
1
vote
1 answer
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 testing-purposes until now):
# MapServer…

Mnementh
- 50,487
- 48
- 148
- 202
1
vote
0 answers
GetFeatureInfoUrl not working in map? (Layers are called from Geoserver)
I added multiple layers in GeoServer and implemented HTML, JavaScript code to create a legend and call the layers.
The map and the layers show up but when I click on a feature of a layer, the attributes of that layer do not show up. What is wrong…

OliBoi
- 49
- 4
1
vote
1 answer
De-/activate getfeature-request via button
I have an Openlayers3-map with more than one WMS-Layer. I want to add a button (for every queryable layer) so the user can decide to query the wms-layer or not.
var getfeature = function(click) {
map.on(click, function (evt) {
…

MichaelJS
- 193
- 1
- 1
- 10
1
vote
1 answer
GeoServer: extract raster data of a time period
is there a way to use WMS->GetFeatureInfo specifying a TIME period (eg: 2014-01-01/2014-03-01) to extract a series of values from a raster layer loaded from a GeoServer instance?
Thanks in advance

Claudio Bertozzi
- 536
- 4
- 12
1
vote
1 answer
How to parse a JSONP response and return a value using OpenLayers?
I am using OpenLayers and geoserver to build an app. very new to everything and this is my first app. Now I am trying to use the WMS getFeatureInfo to fetch feature information and show in popups when users click on a feature. To get around the…

CathyCao
- 11
- 3
0
votes
1 answer
How to transform screen pixels to map pixels for usage in getFeatureInfo request in arcgis js?
In my application i am using a wmsLayer. In order to make a proper getFeatureInfo-request i need to specify the appropriate map-pixel values. How can i obtain them?
I am able to get the screen-pixels on click, but i fail to transform them to…

Toto
- 17
- 4
0
votes
0 answers
Openlayer WMS GetFeatureInfo response null
I'm facing a problem with GetFeatureInfo from WMS layer (published by my own via geoserver). After singleClick I have response no value. The WMS layers is EPSG 3857 like map view as well.
I have been trying with example from openlayer and everything…

piorkoo
- 35
- 4
0
votes
0 answers
GetFeatureInfo request to Geoserver returns an error,
I am trying to make a GetFeatureInfo request with WMS on Open Layers to Geoserver. The request appears to be made and loads on every click as expected but the "image" crashes every time. The request is made through a Proxy on my own computer which…

AndHel
- 1
- 2
0
votes
1 answer
How to fetch the URL of specific GeoServer layer by switching radio button?
I have multiple Geoserver layers, let 3 here (Rainfall, Maximum Temperature and Minimum Temperature)
The name of layer and values assigned in the radio button to switch the layers is same.
As I check the radio button, I am getting the value of that…

Abhilash Singh Chauhan
- 291
- 3
- 16
0
votes
1 answer
Geoserver FreeMarkerTemplate GetFeatureInfo Image not showing
I'm trying to use Freemarker template to show the corresponding picture of a building when clicking on it. The getfeatureinfo functionality works as intended but the picture is not showing when implementing freemarker template.
My freemarker…
0
votes
0 answers
The column name contains space in its name. How do I pass it in propertyname of WFS call in geoserver?
I have the following…

Palak
- 1
- 3