Skip to content

Commit

Permalink
add WMS version to GetFeatureInfo request
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkv authored Oct 8, 2019
1 parent b97afb0 commit 3cd0e5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ De *GetFeatureInfo* request haalt de attribuutgegevens op van object(en) op een

http://geodata.nationaalgeoregister.nl/ahn2/wms?
service=wms&
version=1.3.0&
request=getfeatureinfo&
layers=ahn2_5m&
bbox=13014,306243,286599,623492&
Expand All @@ -304,6 +305,8 @@ De *GetFeatureInfo* request haalt de attribuutgegevens op van object(en) op een
info_format=application/json&
x=353&
y=145

`Resultaat <http://geodata.nationaalgeoregister.nl/ahn2/wms?service=wms&request=getfeatureinfo&layers=ahn2_5m&bbox=13014,306243,286599,623492&width=400&height=500&format=image/png&srs=EPSG:28992&query_layers=ahn2_5m&info_format=application/json&x=353&y=145>`_: een JSON document met daarin de waarde van de pixel op de gespecificeerde positie. De waarde van de pixel op ``x = 353, y = 145`` stelt in dit geval een hoogte voor en is gelijk aan 17.518 m.

Expand Down

0 comments on commit 3cd0e5d

Please sign in to comment.