Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Bug in GML schema creation #143

Closed
jomue opened this issue Sep 29, 2014 · 0 comments · Fixed by #238
Closed

Bug in GML schema creation #143

jomue opened this issue Sep 29, 2014 · 0 comments · Fixed by #238
Assignees

Comments

@jomue
Copy link

jomue commented Sep 29, 2014

Whenever I tried adding an attribute of the type double to my FeatureType and created an GML schema for it using createGML3SchemaForFeatureType it would show up as integer instead.

Digging around the code I found https://github.com/52North/WPS/blob/dev/52n-wps-io-geotools/src/main/java/org/n52/wps/io/GTHelper.java#L354 Changing xs:integer to xs:double fixed the problem for me.

The same applies for https://github.com/52North/WPS/blob/dev/52n-wps-io-geotools/src/main/java/org/n52/wps/io/GTHelper.java#L425 as well I think...

(I'm using version 3.3.0 of the WPS and the QGIS WPS client in version 2.0.9)

@bpross-52n bpross-52n self-assigned this Aug 30, 2016
bpross-52n added a commit to bpross-52n/WPS that referenced this issue Sep 2, 2016
@bpross-52n bpross-52n mentioned this issue Sep 2, 2016
bpross-52n added a commit to bpross-52n/WPS that referenced this issue Jan 20, 2017
bpross-52n added a commit that referenced this issue Feb 2, 2017
Fix #143, deployment and some findbugs/checkstyle issues
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants