mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01: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:
parent
b645d13d3d
commit
fb69dec6dd
7 changed files with 70 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue