Skip to content

Commit 3c8d5eb

Browse files
committedJan 28, 2019
Update GetCapabilities tests with new json format
1 parent c55cbd2 commit 3c8d5eb

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed
 

‎tests/testdata/qgis_server/getcapabilities.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Content-Type: text/xml; charset=utf-8
5454
<Format>text/xml</Format>
5555
<Format>application/vnd.ogc.gml</Format>
5656
<Format>application/vnd.ogc.gml/3.1.1</Format>
57+
<Format>application/json</Format>
58+
<Format>application/geo+json</Format>
5759
<DCPType>
5860
<HTTP>
5961
<Get>

‎tests/testdata/qgis_server/getcapabilities_inspire.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Content-Type: text/xml; charset=utf-8
5555
<Format>text/xml</Format>
5656
<Format>application/vnd.ogc.gml</Format>
5757
<Format>application/vnd.ogc.gml/3.1.1</Format>
58+
<Format>application/json</Format>
59+
<Format>application/geo+json</Format>
5860
<DCPType>
5961
<HTTP>
6062
<Get>

‎tests/testdata/qgis_server/getprojectsettings.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Content-Type: text/xml; charset=utf-8
5454
<Format>text/xml</Format>
5555
<Format>application/vnd.ogc.gml</Format>
5656
<Format>application/vnd.ogc.gml/3.1.1</Format>
57+
<Format>application/json</Format>
58+
<Format>application/geo+json</Format>
5759
<DCPType>
5860
<HTTP>
5961
<Get>

‎tests/testdata/qgis_server/wms_getcapabilities_1_1_1.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Content-Type: text/xml; charset=utf-8
5555
<Format>text/xml</Format>
5656
<Format>application/vnd.ogc.gml</Format>
5757
<Format>application/vnd.ogc.gml/3.1.1</Format>
58+
<Format>application/json</Format>
59+
<Format>application/geo+json</Format>
5860
<DCPType>
5961
<HTTP>
6062
<Get>

‎tests/testdata/qgis_server/wms_getcapabilities_empty_spatial_layer.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Content-Type: text/xml; charset=utf-8
4545
<Format>text/xml</Format>
4646
<Format>application/vnd.ogc.gml</Format>
4747
<Format>application/vnd.ogc.gml/3.1.1</Format>
48+
<Format>application/json</Format>
49+
<Format>application/geo+json</Format>
4850
<DCPType>
4951
<HTTP>
5052
<Get>

‎tests/testdata/qgis_server/wms_getcapabilities_without_title.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ Content-Type: text/xml; charset=utf-8
4747
<Format>text/xml</Format>
4848
<Format>application/vnd.ogc.gml</Format>
4949
<Format>application/vnd.ogc.gml/3.1.1</Format>
50+
<Format>application/json</Format>
51+
<Format>application/geo+json</Format>
5052
<DCPType>
5153
<HTTP>
5254
<Get>

0 commit comments

Comments
 (0)
Please sign in to comment.