-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add presets for
cycleway=traffic_island
- Loading branch information
Showing
4 changed files
with
88 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"icon": "fas-biking", | ||
"geometry": [ | ||
"line" | ||
], | ||
"tags": { | ||
"highway": "cycleway", | ||
"cycleway": "traffic_island" | ||
}, | ||
"reference": { | ||
"key": "cycleway", | ||
"value": "traffic_island" | ||
}, | ||
"terms": [ | ||
"crossing island" | ||
], | ||
"aliases": [ | ||
"Crosswalk Island", | ||
"Traffic Island", | ||
"Pedestrian Island" | ||
], | ||
"name": "Cycle Refuge Island" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"locationSet": { | ||
"exclude": [ | ||
"fr", | ||
"lt", | ||
"pl", | ||
"de", | ||
"il", | ||
"ps" | ||
] | ||
}, | ||
"icon": "temaki-pedestrian_and_cyclist", | ||
"geometry": [ | ||
"line" | ||
], | ||
"tags": { | ||
"highway": "cycleway", | ||
"cycleway": "traffic_island", | ||
"foot": "designated", | ||
"bicycle": "designated" | ||
}, | ||
"reference": { | ||
"key": "cycleway", | ||
"value": "traffic_island" | ||
}, | ||
"terms": [ | ||
"crossing island" | ||
], | ||
"aliases": [ | ||
"Crosswalk Island", | ||
"Traffic Island", | ||
"Pedestrian Island" | ||
], | ||
"name": "Cycle & Foot Refuge Island" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"locationSet": { | ||
"include": [ | ||
"fr", | ||
"lt", | ||
"pl", | ||
"de", | ||
"il", | ||
"ps" | ||
] | ||
}, | ||
"icon": "temaki-pedestrian_and_cyclist", | ||
"geometry": [ | ||
"line" | ||
], | ||
"tags": { | ||
"highway": "path", | ||
"path": "traffic_island", | ||
"foot": "designated", | ||
"bicycle": "designated" | ||
}, | ||
"reference": { | ||
"key": "path", | ||
"value": "traffic_island" | ||
}, | ||
"fields": [ | ||
"{highway/cycleway/traffic_island_shared}" | ||
], | ||
"name": "{highway/cycleway/traffic_island_shared}" | ||
} |