Re: [Geotools-devel] GML3 Parser Issue with QGIS generated data

2012-04-11 Thread Bastian Schäffer
Hi Ben, that's it. Thanks a lot. We'll send a patch to QGIS. Regards, Bastian Am 11/04/2012 11:30, schrieb Ben Caradoc-Davies: > Bastian, > > these look like GML 2 geometries (despite the misleading and broken > schemaLocation). GML 3.1 uses gml:exterior for the outer ring of a > Polygon where

Re: [Geotools-devel] GML3 Parser Issue with QGIS generated data

2012-04-11 Thread Ben Caradoc-Davies
Bastian, these look like GML 2 geometries (despite the misleading and broken schemaLocation). GML 3.1 uses gml:exterior for the outer ring of a Polygon where GML 2 uses gml:outerBoundaryIs. The reason that Point works is that (as far as I can tell) the GML 3 schema contains backwards compatibi

[Geotools-devel] GML3 Parser Issue with QGIS generated data

2012-04-11 Thread Bastian Schäffer
List, we have a problem with the GML3 Parser (release 2.7.4): Code: -- Configuration configuration = new GMLConfiguration(); configuration.getProperties().add(Parser.Properties.IGNORE_SCHEMA_LOCATION ); configuration.getProperties().add(Parser.Properties.PARSE_UNKNOWN_ELEMENTS); org.geo