Bug report #6485
Bug report #6302: QGIS WFS Server Geometry Type not recognize by ArcGIS
QGIS WFS Server GML is not valid
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | René-Luc ReLuc | ||
Category: | QGIS Server | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Yes | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 15713 |
Description
The Open Geospatial Consortium test suite for GML 2.1.2 does not consider the GML provided by QGIS WFS Server is not valide.
http://cite.opengeospatial.org/test_engine/gml/2.1.2/validator/
The first problem is that schemaLocation doen't reference the QGIS GML namespace : http://www.qgis.org/gml
The second problem is cvc-complex-type.2.4.a and the solution is here
http://stackoverflow.com/questions/7483331/xml-schema-validation-cvc-complex-type-2-4-a
History
#1 Updated by René-Luc ReLuc about 12 years ago
- File 6485 added
- Pull Request or Patch supplied changed from No to Yes
- % Done changed from 0 to 100
- Status changed from Open to Resolved
#2 Updated by René-Luc ReLuc about 12 years ago
- Resolution set to fixed
- Status changed from Resolved to Closed
commit 9e5762a01193c75793b112983bc69a1ad8b4c282:commit:9e5762a01193c75793b112983bc69a1ad8b4c282
#3 Updated by René-Luc ReLuc about 12 years ago
René-Luc ReLuc wrote:
commit "9e5762a01193c75793b112983bc69a1ad8b4c282":commit:9e5762a01193c75793b112983bc69a1ad8b4c282
#4 Updated by René-Luc ReLuc about 12 years ago
Little update because of a little faut in the code :
XML Schema has attribute elementFormDefault and not elementFromDefault
"df92f80741cd3822259f74386ed09c63b08c8387":commit:df92f80741cd3822259f74386ed09c63b08c8387