Skip to content

Commit

Permalink
fix: fix provider definition for geometry.unifyWindingOrder parameters
Browse files Browse the repository at this point in the history
Up to now the `providerParameter` definitions for the parameter
`geometry.unifyWindingOrder` contained values that were inconsistent
with the corresponding enumeration `EnumWindingOrderTypes`.

Using the inconsistent values in CLI transformations could lead to unexpected
results when using the value of the parameters given in the documentation that
is derived from the `providerParameter` definitions.
  • Loading branch information
florianesser committed May 22, 2024
1 parent ae232a8 commit 4cca094
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
40 changes: 20 additions & 20 deletions io/plugins/eu.esdihumboldt.hale.io.gml/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,17 +444,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for GML instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down Expand Up @@ -722,17 +722,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for GML instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no changes in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down Expand Up @@ -930,17 +930,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for GML instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no changes in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down Expand Up @@ -1241,17 +1241,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for GML instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down Expand Up @@ -1423,17 +1423,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for GML instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no changes in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down
32 changes: 16 additions & 16 deletions io/plugins/eu.esdihumboldt.hale.io.wfs/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for WFS-T instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no changes in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down Expand Up @@ -145,17 +145,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for GML instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no changes in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down Expand Up @@ -384,17 +384,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for GML instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no changes in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down Expand Up @@ -563,17 +563,17 @@
value="clockwise">
</enumerationValue>
<enumerationValue
value="counterClokwise">
value="counterClockwise">
</enumerationValue>
<enumerationValue
value="noChange">
value="noChanges">
</enumerationValue>
</parameterEnumeration>
<valueDescriptor
default="counterClockwise"
defaultDescription="By default, counterClockwise is set for WFS-T instance"
sample="clockwise, noChange"
sampleDescription="Unifying order can be set as Clockwise or no change in order (clockwise or noChange respectively).">
sample="clockwise, noChanges"
sampleDescription="Unifying order can be set as Clockwise or no changes in order (clockwise or noChanges respectively).">
</valueDescriptor>
</providerParameter>
<providerParameter
Expand Down

0 comments on commit 4cca094

Please sign in to comment.