From b7127e5dc2737387661bd9b622e4662a54daad86 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 21 Jan 2023 09:43:11 +0100 Subject: [PATCH] parking field: Add values on_kerb, half_on_kerb, shoulder (#672) 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. --- data/fields/parking.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/fields/parking.json b/data/fields/parking.json index 1475e7e6a..42289cb17 100644 --- a/data/fields/parking.json +++ b/data/fields/parking.json @@ -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,