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
2023-01-20 13:39:41 +01:00
parent b645d13d3d
commit fb69dec6dd
7 changed files with 70 additions and 5 deletions
+3 -1
View File
@@ -21,7 +21,9 @@
"oneway/bicycle",
"smoothness",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"
+3 -1
View File
@@ -31,7 +31,9 @@
"toll",
"traffic_calming",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"
+3 -1
View File
@@ -30,7 +30,9 @@
"smoothness",
"toll",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"
+3 -1
View File
@@ -26,7 +26,9 @@
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"
+3 -1
View File
@@ -23,7 +23,9 @@
"smoothness",
"traffic_calming",
"trolley_wire",
"width"
"width",
"parking/side/parking",
"parking/side/orientation"
],
"geometry": [
"line"