Questions tagged [getfeatureinfo]
48 questions
8
votes
1 answer
Android compute right bbox for WMS getFeatureInfo
I'm trying to make a request to my Geoserver to retrieve the features near the tap of a user on the map.
The map takes all the space. Therefore I computed the BBOX in this way:
region = mMap.getProjection().getVisibleRegion().latLngBounds;
double…

Jibbo
- 442
- 3
- 13
2
votes
2 answers
Getting Layer Feature Information from GeoServer (Google Maps)
I am writing an Android App with Android Studio (using Java). The app is using Google Maps and has a layer with field ownership information that it's getting from a geoserver. The code to set this up is as follows, and is working well.
public class…

Endauriel
- 402
- 5
- 17
2
votes
0 answers
Getinfo only returns the first cover inserted
I'm using GetInfo to view the cover information and my problem using this command is:
The information displayed is not from the cover seen on the map, but from the first cover inserted in the code. I always see information from the cover…

Dany
- 21
- 1
2
votes
1 answer
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 tried to change the political baselayer with a…

Adelchi
- 21
- 1
- 2
2
votes
1 answer
Filter getFeatureInfo results (leaflet wms plugin)
Problem
With the leaflet.wms.js plugin I've managed to display informations about WMS layers (using GetFeatureInfo) just by clicking on them. The problem is that the geoserver delivers data in plain text only and, as shown in the image below, it's a…

Lost Geographer
- 25
- 1
- 5
2
votes
1 answer
openlayers 3 wms getfeatureinfo popup
I want to add an OSM map with WMS layers to my webpage, which includes some information about layers. The best way for me would be to create the popup with getFeatureInfoUrl request, but unfortunatelly I'm not that experienced to do this. I've tried…

karolina
- 23
- 1
- 4
2
votes
1 answer
Google Map Tile Provider (GeoServer And WMS)
WMS Webservice GeoServer WMS
I try to get Tile Information(I, J , BBOX) on selected Latitude and Longitude with zooming level in Google Map.
I used this formula to get I, J , BBOX Formula Source
private void getXYFromLatLon(double lat, double lon,…

AnanThDev
- 337
- 2
- 16
2
votes
1 answer
Generate WMS GetFeatureInfo URL manually
I am going to use wms getfeatureinfo to get information of a layer without any library. In fact, I am using Android and could not find anything to do that for me, so I have to get the information from a manually generated URL. I have seen WMS…

Majid Hojati
- 1,740
- 4
- 29
- 61
2
votes
1 answer
WMSGetFeatureInfo on multiple filtered layers
I am using OpenLayers to develop a thematic map and my problem is that I cannot get Info on multiple filtered (by cql_filter) WMS layers.
Instead I get the message "Layers and filters are mismatched, you need to provide one filter for each layer"…

user2017906
- 21
- 3
2
votes
3 answers
WMS GetFeatureInfo; multiple layers, different sources
I'm developing a web application using GeoExt, OpenLayers and having my own GeoServer to serve various maps. Still, I want to let the user add other WMS's if needed, to be able to play around with all desired layers.
Thus, my problem with the…

Mikel G. Gainza
- 352
- 4
- 12
1
vote
0 answers
working with geoserver in flutter map. how to get map size x and y for the geoserver getfeatureinfo api
here is my code
FlutterMap(
mapController: mapController,
options: MapOptions(
controller: mapController,
center: LatLng(33.680088056393814, 72.7987044426807),
…

MUHAMMAD USAMA TARIQ
- 11
- 1
1
vote
2 answers
How to add pop up to WMS Layer in react- leaflet
I use react-leaflet to display WMS Layer
I use geoserver url to get the data, but how exactly should I pass user click(lat,long or X and Y) to…

Vasuprada Pottumuttu
- 11
- 2
1
vote
1 answer
Openlayers WMS - getGetFeatureInfoUrl is not a function
I have a wms layer, it displays fine on the map, but when I try to get an object from the layer when clicked, i get an error getGetFeatureInfoUrl is not a function
var wmsSource = new TileWMS({
url: 'http://1.1.1.1:8080/geoserver/wms',
…

Ryota228
- 25
- 1
- 7
1
vote
2 answers
Trouble with using Freemarker to formate Date for GeoServer GetFeatureInfo
I'm having some trouble while trying to use the Freemarker Template to display dates in the desired format.
I store points with a date information in a PostGIS database written through an FME-process in an ISO format (%Y-%m-%d) to use them in an…

ErikBoehm
- 11
- 2
1
vote
1 answer
customize the display of getFeatureInfo
I use the leaflet and the getfeatureInfo function to display the data of a wms layer belonging to the geoserver, I want to customize the display of retrieved table:
I use this plugin https://gist.github.com/rclark/6908938.

Barhoumi Arij
- 11
- 4