Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add preset and icon for signal controlled pedestrian crossings (cross… #192

Merged
merged 2 commits into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions data/presets/highway/crossing/signals-raised.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"icon": "temaki-railway_signals",
"fields": [
"crossing",
"tactile_paving",
"crossing/island"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "crossing",
"crossing": "traffic_signals",
"traffic_calming": "table"
},
"reference": {
"key": "traffic_calming",
"value": "table"
},
"name": "Pedestrian Signals Crossing (Raised)",
tyrasd marked this conversation as resolved.
Show resolved Hide resolved
"terms": [
"pedestrian traffic lights",
"pedestrian traffic signals",
"pedestrian crossing (lights)",
"bicycle crossing (lights)",
"crosswalk (lights)",
"flat top",
"hump",
"speed",
"slow"
]
}
27 changes: 27 additions & 0 deletions data/presets/highway/crossing/signals.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"icon": "temaki-railway_signals",
"fields": [
"crossing",
"tactile_paving",
"crossing/island"
],
"geometry": [
"vertex"
],
"tags": {
"highway": "crossing",
"crossing": "traffic_signals"
},
"reference": {
"key": "crossing",
"value": "traffic_signals"
},
"name": "Pedestrian Signals Crossing",
tyrasd marked this conversation as resolved.
Show resolved Hide resolved
"terms": [
"pedestrian traffic lights",
"pedestrian traffic signals",
"pedestrian crossing (lights)",
"bicycle crossing (lights)",
"crosswalk (lights)"
]
}