Skip to content

Commit

Permalink
Merge pull request #1838 from nmco/fix-default-geometry-name
Browse files Browse the repository at this point in the history
[GEOT-5972] App-Schema default geometry name should not be empty
  • Loading branch information
Nuno Oliveira committed Mar 22, 2018
2 parents 7791ea1 + 1d29d59 commit eb3a95b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ public class ComplexFeatureConstants {
* is generated at runtime and will be the same as the namespace URI of the feature containing
* the geometry attribute.
*/
public static final String DEFAULT_GEOMETRY_LOCAL_NAME = "";
public static final String DEFAULT_GEOMETRY_LOCAL_NAME = "__DEFAULT_GEOMETRY__";

/**
* Name representation of xlink:href
Expand Down

0 comments on commit eb3a95b

Please sign in to comment.