mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 21:03:51 +01:00
restrict usage of Traffic Calming presets on lines/areas:
* only traffic_calming=island is allowed to be mapped as an area * for traffic calming on lines: only allow it in combination with certain road presets. See https://wiki.openstreetmap.org/w/index.php?title=Key:traffic_calming&oldid=2438763#How_to_map
This commit is contained in:
parent
b787f29b5e
commit
033e5f48ac
14 changed files with 15 additions and 26 deletions
|
|
@ -29,6 +29,7 @@
|
|||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"toll",
|
||||
"traffic_calming",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
"not/name",
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"traffic_calming",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
"maxwidth",
|
||||
"oneway/bicycle",
|
||||
"smoothness",
|
||||
"traffic_calming",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue