hale
hale copied to clipboard
Make sure no duplicate field names are used when writing GeoPackage
When using a GML schema to write to a GeoPackage, an error can occur due to attribute swith the same local name being present. This e.g. happens for the name
attribute. The default behaviour sshould be to favour the attribute defined in the target namespace. We may later handle this via the Model Transformation rules (#815 ).
@thorsten-reitz Can you provide an example test case for this issue, including transfo and data?