mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 07:10:20 +02:00
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:
@@ -21,7 +21,9 @@
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
"width",
|
||||
"parking/side/parking",
|
||||
"parking/side/orientation"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -31,7 +31,9 @@
|
||||
"toll",
|
||||
"traffic_calming",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
"width",
|
||||
"parking/side/parking",
|
||||
"parking/side/orientation"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -30,7 +30,9 @@
|
||||
"smoothness",
|
||||
"toll",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
"width",
|
||||
"parking/side/parking",
|
||||
"parking/side/orientation"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -26,7 +26,9 @@
|
||||
"smoothness",
|
||||
"traffic_calming",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
"width",
|
||||
"parking/side/parking",
|
||||
"parking/side/orientation"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
@@ -23,7 +23,9 @@
|
||||
"smoothness",
|
||||
"traffic_calming",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
"width",
|
||||
"parking/side/parking",
|
||||
"parking/side/orientation"
|
||||
],
|
||||
"geometry": [
|
||||
"line"
|
||||
|
||||
Reference in New Issue
Block a user