Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="tramStop"/>
<xsd:enumeration value="boatQuay"/>
<xsd:enumeration value="ferryLanding"/>
<xsd:enumeration value="telecabinePlatform"/>
<xsd:enumeration value="telecabinPlatform"/>
<xsd:enumeration value="taxiStand"/>
<xsd:enumeration value="setDownPlace"/>
<xsd:enumeration value="vehicleLoadingPlace"/>
Expand All @@ -414,7 +414,7 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="positionAtBusStop"/>
<xsd:enumeration value="boatGangway"/>
<xsd:enumeration value="ferryGangway"/>
<xsd:enumeration value="telecabineplatform"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason why the casing is not the same between the two instances? If we change this, can't we directly align it?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

<xsd:enumeration value="telecabinPlatform"/>
<xsd:enumeration value="setDownPoint"/>
<xsd:enumeration value="taxiBay"/>
<xsd:enumeration value="vehicleLoadingRamp"/>
Expand Down