Skip to content

Commit

Permalink
standalone traffic calming preset should only apply to vertices
Browse files Browse the repository at this point in the history
use on lines makes only sense in combination with a road preset, for which there is a field now
  • Loading branch information
tyrasd committed Mar 15, 2024
1 parent 9b92e82 commit 799fc6c
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 25 deletions.
3 changes: 1 addition & 2 deletions data/presets/traffic_calming.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line"
"vertex"
],
"tags": {
"traffic_calming": "*"
Expand Down
4 changes: 1 addition & 3 deletions data/presets/traffic_calming/_yes.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"{traffic_calming}"
],
"geometry": [
"vertex",
"line",
"area"
"vertex"
],
"tags": {
"traffic_calming": "yes"
Expand Down
3 changes: 1 addition & 2 deletions data/presets/traffic_calming/bump.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line"
"vertex"
],
"terms": [
"hump",
Expand Down
4 changes: 1 addition & 3 deletions data/presets/traffic_calming/chicane.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line",
"area"
"vertex"
],
"terms": [
"driveway link",
Expand Down
4 changes: 1 addition & 3 deletions data/presets/traffic_calming/choker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line",
"area"
"vertex"
],
"terms": [
"speed",
Expand Down
3 changes: 1 addition & 2 deletions data/presets/traffic_calming/cushion.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line"
"vertex"
],
"terms": [
"bump",
Expand Down
3 changes: 1 addition & 2 deletions data/presets/traffic_calming/dip.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line"
"vertex"
],
"terms": [
"speed",
Expand Down
3 changes: 1 addition & 2 deletions data/presets/traffic_calming/hump.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line"
"vertex"
],
"terms": [
"bump",
Expand Down
3 changes: 1 addition & 2 deletions data/presets/traffic_calming/island.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"surface"
],
"geometry": [
"vertex",
"line"
"vertex"
],
"terms": [
"circle",
Expand Down
3 changes: 1 addition & 2 deletions data/presets/traffic_calming/mini_bumps.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"traffic_calming": "mini_bumps"
},
"geometry": [
"vertex",
"line"
"vertex"
],
"fields": [
"surface",
Expand Down
3 changes: 1 addition & 2 deletions data/presets/traffic_calming/rumble_strip.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"direction_vertex"
],
"geometry": [
"vertex",
"line"
"vertex"
],
"terms": [
"audible lines",
Expand Down

0 comments on commit 799fc6c

Please sign in to comment.