Skip to content

Commit 3ff61df

Browse files
committed
Revert "restrict usage of Traffic Calming presets on lines/areas:"
This reverts commit 033e5f4. closes #733
1 parent 24b6fc8 commit 3ff61df

File tree

14 files changed

+26
-15
lines changed

14 files changed

+26
-15
lines changed

data/presets/highway/primary.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"oneway/bicycle",
3030
"smoothness",
3131
"toll",
32-
"traffic_calming",
3332
"trolley_wire",
3433
"width"
3534
],

data/presets/highway/residential.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"not/name",
2525
"oneway/bicycle",
2626
"smoothness",
27-
"traffic_calming",
2827
"trolley_wire",
2928
"width"
3029
],

data/presets/highway/service.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"maxwidth",
2222
"oneway/bicycle",
2323
"smoothness",
24-
"traffic_calming",
2524
"trolley_wire",
2625
"width"
2726
],

data/presets/traffic_calming.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"direction_vertex"
77
],
88
"geometry": [
9-
"vertex"
9+
"vertex",
10+
"line",
11+
"area"
1012
],
1113
"tags": {
1214
"traffic_calming": "*"

data/presets/traffic_calming/_yes.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"{traffic_calming}"
66
],
77
"geometry": [
8-
"vertex"
8+
"vertex",
9+
"line",
10+
"area"
911
],
1012
"tags": {
1113
"traffic_calming": "yes"

data/presets/traffic_calming/bump.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"direction_vertex"
66
],
77
"geometry": [
8-
"vertex"
8+
"vertex",
9+
"line"
910
],
1011
"terms": [
1112
"hump",

data/presets/traffic_calming/chicane.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"direction_vertex"
66
],
77
"geometry": [
8-
"vertex"
8+
"vertex",
9+
"line",
10+
"area"
911
],
1012
"terms": [
1113
"driveway link",

data/presets/traffic_calming/choker.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"direction_vertex"
66
],
77
"geometry": [
8-
"vertex"
8+
"vertex",
9+
"line",
10+
"area"
911
],
1012
"terms": [
1113
"speed",

data/presets/traffic_calming/cushion.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"direction_vertex"
66
],
77
"geometry": [
8-
"vertex"
8+
"vertex",
9+
"line"
910
],
1011
"terms": [
1112
"bump",

data/presets/traffic_calming/dip.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"direction_vertex"
66
],
77
"geometry": [
8-
"vertex"
8+
"vertex",
9+
"line"
910
],
1011
"terms": [
1112
"speed",

0 commit comments

Comments
 (0)