Skip to content

Commit

Permalink
Add presets for pedestrian crossings with traffic signals for lines (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitar5555 authored Jan 24, 2022
1 parent 1165662 commit 7fd94a0
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
33 changes: 33 additions & 0 deletions data/presets/highway/footway/signals-raised.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"icon": "temaki-railway_signals",
"fields": [
"crossing",
"tactile_paving",
"crossing/island"
],
"geometry": [
"line"
],
"tags": {
"highway": "footway",
"footway": "crossing",
"crossing": "traffic_signals",
"traffic_calming": "table"
},
"reference": {
"key": "traffic_calming",
"value": "table"
},
"name": "Crossing With Pedestrian Signals (Raised)",
"terms": [
"pedestrian traffic lights",
"pedestrian traffic signals",
"pedestrian crossing (lights)",
"bicycle crossing (lights)",
"crosswalk (lights)",
"flat top",
"hump",
"speed",
"slow"
]
}
28 changes: 28 additions & 0 deletions data/presets/highway/footway/signals.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"icon": "temaki-railway_signals",
"fields": [
"crossing",
"tactile_paving",
"crossing/island"
],
"geometry": [
"line"
],
"tags": {
"highway": "footway",
"footway": "crossing",
"crossing": "traffic_signals"
},
"reference": {
"key": "crossing",
"value": "traffic_signals"
},
"name": "Crossing With Pedestrian Signals",
"terms": [
"pedestrian traffic lights",
"pedestrian traffic signals",
"pedestrian crossing (lights)",
"bicycle crossing (lights)",
"crosswalk (lights)"
]
}

0 comments on commit 7fd94a0

Please sign in to comment.