mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 15:56:49 +02: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:
@@ -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"
|
||||
],
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"traffic_calming": "*"
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"{traffic_calming}"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"traffic_calming": "yes"
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"hump",
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"driveway link",
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"speed",
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"bump",
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"speed",
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"bump",
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"circle",
|
||||
"roundabout",
|
||||
"slow"
|
||||
"slow",
|
||||
"traffic calming"
|
||||
],
|
||||
"tags": {
|
||||
"traffic_calming": "island"
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
"traffic_calming": "mini_bumps"
|
||||
},
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"surface",
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
"direction_vertex"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"audible lines",
|
||||
|
||||
Reference in New Issue
Block a user