From 4a94a9054ce1320b1fdf07946aef3efec1ba07b5 Mon Sep 17 00:00:00 2001 From: Alessandro Pasotti Date: Thu, 3 Oct 2019 11:47:07 +0200 Subject: [PATCH] Added test reference file --- .../wfs_getFeature_1_0_0_featureid_0_json_1_0_0.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/testdata/qgis_server/wfs_getFeature_1_0_0_featureid_0_json_1_0_0.txt diff --git a/tests/testdata/qgis_server/wfs_getFeature_1_0_0_featureid_0_json_1_0_0.txt b/tests/testdata/qgis_server/wfs_getFeature_1_0_0_featureid_0_json_1_0_0.txt new file mode 100644 index 00000000000..ee0db972c28 --- /dev/null +++ b/tests/testdata/qgis_server/wfs_getFeature_1_0_0_featureid_0_json_1_0_0.txt @@ -0,0 +1,8 @@ +Content-Type: application/vnd.geo+json; charset=utf-8 + +{"type": "FeatureCollection", + "bbox": [ 8.20345931, 44.90139484, 8.20354699, 44.90148253], + "features": [ + {"geometry":{"coordinates":[8.203496,44.901483],"type":"Point"},"id":"testlayer.0","properties":{"id":1,"name":"one","utf8nameè":"one èé"},"type":"Feature"} + ] +} \ No newline at end of file