Skip to content

Commit

Permalink
parking field: Add values on_kerb, half_on_kerb, shoulder (#672)
Browse files Browse the repository at this point in the history
Following the successful proposal https://wiki.openstreetmap.org/wiki/Proposed_features/street_parking_revision#Summary:_What_is_proposed,_changed_and_deprecated? those keys are suggested for separately mapped parking areas. Since this field has `autoSuggestions` and `customValues` off they are listed all, even if not very common.
  • Loading branch information
tordans committed Jan 21, 2023
1 parent b28528f commit b7127e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/fields/parking.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"rooftop": "Rooftop",
"sheds": "Sheds",
"street_side": "Street-Side",
"layby": "Turnout / Lay-By"
"layby": "Turnout / Lay-By",
"on_kerb": "On Kerb",
"half_on_kerb": "Half On Kerb",
"shoulder": "Shoulder"
}
},
"autoSuggestions": false,
Expand Down

0 comments on commit b7127e5

Please sign in to comment.