Add parking=street_side (#73)

Adds a preset for street-side parking¹.

1: https://wiki.openstreetmap.org/wiki/Proposed_features/parking%3Dstreet_side
This commit is contained in:
Jeroen Hoek 2021-12-15 12:48:15 +01:00 committed by GitHub
parent f47186efba
commit 97240c04a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 66 additions and 1 deletions

View file

@ -0,0 +1,12 @@
{
"key": "parking:orientation",
"type": "combo",
"label": "Orientation",
"strings": {
"options": {
"parallel": "Parallel to the Carriage Way",
"diagonal": "Diagonal in Relation to the Carriage Way",
"perpendicular": "Meets the Carriage Way at a Straight Angle"
}
}
}