On 30/08/11 20:15, Emmanuel Séguin wrote: > Another INSPIRE-relevant bug has been detected in the current WFS 2.0.0 > implementation => The GML 3.2.1 produced is not 100% valid (missing > gml:id). The bug is actually a GeoTools bug and will probably not be > fixed in the current call for tender.
Is this the bug "Encoded GML 3.2 MultiSurface is schema-invalid because contained Polygon lacks gml:id"? https://jira.codehaus.org/browse/GEOT-3824 Note that in app-schema, gml:id can be set on all identifiable types (except nested geometries in a multi-geometry) with a mapping like: <AttributeMapping> <targetAttribute>gsml:shape</targetAttribute> <idExpression> <OCQL>strConcat('shape.', getId())</OCQL> </idExpression> <sourceExpression> <OCQL>SHAPE</OCQL> </sourceExpression> </AttributeMapping> Other interesting bugs include the lack of support for urn:ogc srsName encodings, which I think is mandatory in WFS 2: http://jira.codehaus.org/browse/GEOT-3581 http://jira.codehaus.org/browse/GEOS-4545 Kind regards, -- Ben Caradoc-Davies <[email protected]> Software Engineering Team Leader CSIRO Earth Science and Resource Engineering Australian Resources Research Centre ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
