fields/parking: centerline parking and orientation

…for case :left, :right, :both. The directionalCombo will show left/right in separate fields when both is present and merge/split the side as needed.

Allow tagging `parking:$side` and `parking:$side:orientation` on centerlines (highways).
This commit is contained in:
Tobias 2022-12-08 16:33:42 +01:00
parent b645d13d3d
commit fb69dec6dd
7 changed files with 70 additions and 5 deletions

View file

@ -21,7 +21,9 @@
"oneway/bicycle",
"smoothness",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"

View file

@ -31,7 +31,9 @@
"toll",
"traffic_calming",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"

View file

@ -30,7 +30,9 @@
"smoothness",
"toll",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"

View file

@ -26,7 +26,9 @@
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"

View file

@ -23,7 +23,9 @@
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"