Skip to content

Commit b7127e5

Browse files
authored
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.
1 parent b28528f commit b7127e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

data/fields/parking.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"rooftop": "Rooftop",
1414
"sheds": "Sheds",
1515
"street_side": "Street-Side",
16-
"layby": "Turnout / Lay-By"
16+
"layby": "Turnout / Lay-By",
17+
"on_kerb": "On Kerb",
18+
"half_on_kerb": "Half On Kerb",
19+
"shoulder": "Shoulder"
1720
}
1821
},
1922
"autoSuggestions": false,

0 commit comments

Comments
 (0)