Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
44 additions
and 0 deletions.
- +28 −0 tests/src/python/test_qgsserver_wms_getfeatureinfo.py
- BIN tests/testdata/qgis_server/db.gpkg
- BIN tests/testdata/qgis_server/test_project_values.qgz
- +6 −0 tests/testdata/qgis_server/wms_getfeatureinfo_polygon_tolerance_0_text_xml.txt
- +10 −0 tests/testdata/qgis_server/wms_getfeatureinfo_polygon_tolerance_20_text_xml.txt
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@ | ||
***** | ||
Content-Type: text/xml; charset=utf-8 | ||
|
||
<GetFeatureInfoResponse> | ||
<Layer name="p2d"> | ||
</GetFeatureInfoResponse> |
@@ -0,0 +1,10 @@ | ||
***** | ||
Content-Type: text/xml; charset=utf-8 | ||
|
||
<GetFeatureInfoResponse> | ||
<Layer name="p2d"> | ||
<Feature id="1"> | ||
<Attribute value="1" name="id"/> | ||
</Feature> | ||
</Layer> | ||
</GetFeatureInfoResponse> |