QGIS/tests/testdata/qgis_server/wms_getfeatureinfo_raster_json.txt
Blottiere Paul aa55beba8e Update tests
2019-01-28 11:42:14 +00:00

20 lines
342 B
Plaintext

*****
Content-Type: application/json; charset=utf-8
{"type": "FeatureCollection",
"features":[
{"type":"Feature",
"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"
}
}]}