zlant / parking-lanes

Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
MIT License
77 stars 13 forks source link

Loading bays #118

Closed davidpnewton closed 1 year ago

davidpnewton commented 1 year ago

The tag parking:condition:*=loading shows up as an unsupported configuration and yet on the OSM wiki page documentation shows it should be used for explicitly-signed loading bays. Such explicitly-signed loading bays are fairly common in the UK.

Please add parking:condition:*=loading as a supported configuration for the viewer and editor.

riiga commented 1 year ago

Since loading_only is now an officially supported restriction in the new tagging schema, I second that it would be great if support for it was added.

Here are some examples of currently unsupported cases:

No parking base restriction with loading only part of the day (OSM way)

parking:right:restriction = no_parking
parking:right:restriction:conditional = loading_only @ (Mo-Fr 08:00-11:00)
parking:right:restriction:reason = loading_zone

Loading only base restriction (OSM way)

parking:right:restriction = loading_only
parking:right:restriction:reason = loading_zone

My knowledge of TypeScript (or web development in general) is unfortunately limited, otherwise I would try a pull request.

riiga commented 1 year ago

@zlant Nice work! I think this issue can be closed.