Questions tagged [getfeatureinfo]
48 questions
-1
votes
2 answers
Where getFeatureInfo Request is built on cesium?
I am using cesium with angular. I need to know where is built the request url for GetFeatureInfo in cesium but i cannot find it.
For the context, what I want to do is display featureInfo on click on the map. But the request sent is using x and y…

Fab83i
- 85
- 7
-1
votes
1 answer
Strange error returned while trying to access raster pixel value
I am trying to access the value of a pixel served through MapServer from webapp via OpenLayers getFeatureInfoUrl(). The server responds with
msWMSFeatureInfo(): WMS server error. Invalid I/J values
I have tried googling it but could not find any…

Alešinar
- 123
- 1
- 11
-4
votes
2 answers
build a table in javascript and html
I want to create a table filled with information from an external source. I found a solution on the internet, but I want to change the view of the table. I can now build this table:
with this code:
function showInfo(evt) {
var f = 0;
var…

user30058
- 167
- 1
- 8