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

14 files changed

+26
-15
lines changed

data/presets/highway/primary.json

-1
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

-1
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

-1
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

+3-1
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

+3-1
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

+2-1
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

+3-1
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

+3-1
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

+2-1
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

+2-1
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",

data/presets/traffic_calming/hump.json

+2-1
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/island.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
],
66
"geometry": [
77
"vertex",
8+
"line",
89
"area"
910
],
1011
"terms": [
1112
"circle",
1213
"roundabout",
13-
"slow",
14-
"traffic calming"
14+
"slow"
1515
],
1616
"tags": {
1717
"traffic_calming": "island"

data/presets/traffic_calming/mini_bumps.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"traffic_calming": "mini_bumps"
55
},
66
"geometry": [
7-
"vertex"
7+
"vertex",
8+
"line"
89
],
910
"fields": [
1011
"surface",

data/presets/traffic_calming/rumble_strip.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"direction_vertex"
55
],
66
"geometry": [
7-
"vertex"
7+
"vertex",
8+
"line"
89
],
910
"terms": [
1011
"audible lines",

0 commit comments

Comments
 (0)