QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_alias_json.txt
Julien Cabieces 1c903848de fix(ServerWFS): Remove version from OGC urn
in order to stay consistent with the whole application (GeoJSON export
for instance) where version is not set. Version is optionnal (see
https://www.ogc.org/about-ogc/policies/ogc-urn-policy/).
2024-08-14 08:34:05 +02:00

26 lines
440 B
Plaintext

*****
Content-Type: application/json; charset=utf-8
{
"crs":
{
"properties": {
"name": "urn:ogc:def:crs:EPSG::3857"
},
"type": "name"
},
"features": [
{
"geometry": null,
"id": "fields_alias.2",
"properties": {
"alias_id": 3,
"alias_name": "three",
"utf8nameè": "three èé↓"
},
"type": "Feature"
}
],
"type": "FeatureCollection"
}