QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_raster_json.txt
2019-05-02 14:30:18 +02:00

24 lines
420 B
Plaintext

*****
Content-Type: application/json; charset=utf-8
{
"features": [
{
"id": "landsat",
"properties": {
"Band 1": "125",
"Band 2": "138",
"Band 3": "112",
"Band 4": "75",
"Band 5": "90",
"Band 6": "132",
"Band 7": "165",
"Band 8": "217",
"Band 9": "175"
},
"type": "Feature"
}
],
"type": "FeatureCollection"
}