File tree Expand file tree Collapse file tree 5 files changed +155
-0
lines changed
data/presets/highway/path Expand file tree Collapse file tree 5 files changed +155
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-cyclist_crosswalk" ,
3+ "fields" : [
4+ " {@templates/crossing/defaults}" ,
5+ " {@templates/crossing/markings}" ,
6+ " {@templates/crossing/geometry_line}"
7+ ],
8+ "geometry" : [
9+ " line"
10+ ],
11+ "tags" : {
12+ "cycleway" : " crossing"
13+ },
14+ "addTags" : {
15+ "highway" : " path" ,
16+ "path" : " crossing"
17+ },
18+ "reference" : {
19+ "key" : " path" ,
20+ "value" : " crossing"
21+ },
22+ "searchable" : false ,
23+ "matchScore" : 0.95 ,
24+ "name" : " Cycle Crossing"
25+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-pedestrian_crosswalk" ,
3+ "fields" : [
4+ " {@templates/crossing/defaults}" ,
5+ " {@templates/crossing/markings}" ,
6+ " {@templates/crossing/geometry_line}"
7+ ],
8+ "moreFields" : [
9+ " flashing_lights"
10+ ],
11+ "geometry" : [
12+ " line"
13+ ],
14+ "tags" : {
15+ "highway" : " path" ,
16+ "path" : " crossing" ,
17+ "crossing" : " marked"
18+ },
19+ "addTags" : {
20+ "highway" : " path" ,
21+ "path" : " crossing" ,
22+ "crossing" : " marked" ,
23+ "crossing:markings" : " yes"
24+ },
25+ "reference" : {
26+ "key" : " crossing" ,
27+ "value" : " marked"
28+ },
29+ "name" : " {highway/footway/crossing/uncontrolled}" ,
30+ "searchable" : false
31+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-railway_signals" ,
3+ "fields" : [
4+ " {@templates/crossing/defaults}" ,
5+ " {@templates/crossing/markings}" ,
6+ " {@templates/crossing/traffic_signal}" ,
7+ " {@templates/crossing/geometry_line}"
8+ ],
9+ "moreFields" : [
10+ " {@templates/crossing/crossing/traffic_signal_more}"
11+ ],
12+ "geometry" : [
13+ " line"
14+ ],
15+ "tags" : {
16+ "highway" : " path" ,
17+ "path" : " crossing" ,
18+ "crossing" : " traffic_signals"
19+ },
20+ "reference" : {
21+ "key" : " crossing" ,
22+ "value" : " traffic_signals"
23+ },
24+ "name" : " Crossing With Pedestrian Signals" ,
25+ "terms" : [
26+ " crosswalk (lights)" ,
27+ " pedestrian traffic lights" ,
28+ " pedestrian traffic signals" ,
29+ " pedestrian crossing (lights)"
30+ ],
31+ "searchable" : false
32+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-pedestrian" ,
3+ "fields" : [
4+ " {@templates/crossing/defaults}" ,
5+ " {@templates/crossing/markings_yes}" ,
6+ " {@templates/crossing/geometry_line}"
7+ ],
8+ "moreFields" : [
9+ " flashing_lights"
10+ ],
11+ "geometry" : [
12+ " line"
13+ ],
14+ "tags" : {
15+ "highway" : " path" ,
16+ "path" : " crossing" ,
17+ "crossing" : " uncontrolled"
18+ },
19+ "reference" : {
20+ "key" : " crossing" ,
21+ "value" : " uncontrolled"
22+ },
23+ "terms" : [
24+ " marked foot path crossing" ,
25+ " marked crosswalk" ,
26+ " marked pedestrian crosswalk" ,
27+ " zebra crossing" ,
28+ " crosswalk"
29+ ],
30+ "name" : " Marked Crossing" ,
31+ "searchable" : false
32+ }
Original file line number Diff line number Diff line change 1+ {
2+ "icon" : " temaki-pedestrian" ,
3+ "fields" : [
4+ " {@templates/crossing/defaults}" ,
5+ " {@templates/crossing/geometry_line}"
6+ ],
7+ "moreFields" : [
8+ " flashing_lights"
9+ ],
10+ "geometry" : [
11+ " line"
12+ ],
13+ "tags" : {
14+ "highway" : " path" ,
15+ "path" : " crossing" ,
16+ "crossing" : " unmarked"
17+ },
18+ "addTags" : {
19+ "highway" : " path" ,
20+ "path" : " crossing" ,
21+ "crossing" : " unmarked" ,
22+ "crossing:markings" : " no"
23+ },
24+ "reference" : {
25+ "key" : " crossing" ,
26+ "value" : " unmarked"
27+ },
28+ "terms" : [
29+ " unmarked crosswalk" ,
30+ " unmarked foot path crossing" ,
31+ " unmarked pedestrian crossing"
32+ ],
33+ "name" : " Unmarked Crossing" ,
34+ "searchable" : false
35+ }
You can’t perform that action at this time.
0 commit comments