Skip to content
Snippets Groups Projects
Commit af529079 authored by Laurent Panabieres's avatar Laurent Panabieres
Browse files

Update administration/getfeatureinfo.md

parent 8c74f6aa
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ Pour tester cette nouvelle configuration, exécuter une requête GetFeatureInfo
Exemple de requête GetFeatureInfo (modifier les paramètres nécessaires) :
```
https://`[serveur]`/wms/public/`[nom_flux_public]`?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetFeatureInfo&FORMAT=image/png&TRANSPARENT=true&QUERY_LAYERS=`Commune__point_GML`&LAYERS=`Commune__point_GML`&STYLES=&INFO_FORMAT=`GML`&I=50&J=50&CRS=EPSG%3A2154&WIDTH=101&HEIGHT=101&BBOX=642170.3063538198,6159025.597572117,661784.8780762318,6178640.16929453&vitis_version=3009
https://[serveur]/wms/public/[nom_flux_public]?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetFeatureInfo&FORMAT=image/png&TRANSPARENT=true&QUERY_LAYERS=Commune__point_GML&LAYERS=Commune__point_GML&STYLES=&INFO_FORMAT=GML&I=50&J=50&CRS=EPSG%3A2154&WIDTH=101&HEIGHT=101&BBOX=642170.3063538198,6159025.597572117,661784.8780762318,6178640.16929453&vitis_version=3009
```
Attention : Le paramètre `INFO_FORMAT` doit impérativement avoir `GML` comme valeur.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment