Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telecabine -> telecabin #264

Merged
merged 2 commits into from
Jan 7, 2022
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
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
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