You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Referenced layer information from ValueRelation and RelationReference widgets
@@ -130,18 +137,18 @@ class QgsWfs3AbstractItemsHandler : public QgsServerOgcApiHandler
130
137
* The returned map has as key the index of the field in the \a mapLayer that contains the reference to the other layer, and as value a ReferencedLayerInfo struct with the information about the referenced layer.
131
138
* Unpublished fields or referenced layers are not returned as well as relations using compound primary keys (i.e. referencing multiple fields) or referencing fields that are not a primary key of the referenced layer.
Copy file name to clipboardExpand all lines: tests/testdata/qgis_server/api/test_wfs3_collection_testlayer_èé.html
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@
33
33
34
34
<linkrel="items" href="http://server.qgis.org/wfs3/collections/testlayer%20%C3%A8%C3%A9/items.fgb" title="A test wfs vector layer èé items as FLATGEOBUF" type="application/flatgeobuf">
35
35
36
-
<linkrel="http://www.opengis.net/def/rel/ogc/0.0/schema" href="http://server.qgis.org/wfs3/collections/testlayer%20%C3%A8%C3%A9/schema.html" title="Schema of features in 'A test wfs vector layer èé'" type="text/html">
36
+
<linkrel="http://www.opengis.net/def/rel/ogc/1.0/schema" href="http://server.qgis.org/wfs3/collections/testlayer%20%C3%A8%C3%A9/schema.json" title="Schema of features in 'A test wfs vector layer èé' as SCHEMA_JSON" type="application/schema+json">
37
+
38
+
<linkrel="http://www.opengis.net/def/rel/ogc/1.0/schema" href="http://server.qgis.org/wfs3/collections/testlayer%20%C3%A8%C3%A9/schema.html" title="Schema of features in 'A test wfs vector layer èé' as HTML" type="text/html">
37
39
38
40
39
41
@@ -83,6 +85,8 @@ <h1><a title="View items of: A test wfs vector layer èé" href="
83
85
84
86
85
87
88
+
89
+
86
90
">A test wfs vector layer èé</a></h1>
87
91
<h3>Available CRSs</h3>
88
92
<ul>
@@ -129,7 +133,11 @@ <h3>Links</h3>
129
133
130
134
131
135
132
-
<li><arel="http://www.opengis.net/def/rel/ogc/0.0/schema" href="http://server.qgis.org/wfs3/collections/testlayer%20%C3%A8%C3%A9/schema.html">Schema of features in 'A test wfs vector layer èé'</a></li>
136
+
<li><arel="http://www.opengis.net/def/rel/ogc/1.0/schema" href="http://server.qgis.org/wfs3/collections/testlayer%20%C3%A8%C3%A9/schema.json">Schema of features in 'A test wfs vector layer èé' as SCHEMA_JSON</a></li>
137
+
138
+
139
+
140
+
<li><arel="http://www.opengis.net/def/rel/ogc/1.0/schema" href="http://server.qgis.org/wfs3/collections/testlayer%20%C3%A8%C3%A9/schema.html">Schema of features in 'A test wfs vector layer èé' as HTML</a></li>
0 commit comments