Skip to content

Commit 26abac8

Browse files
authored
Add crossing=informal as unsearchable preset for point and line geometries (#1140)
1 parent bbf80f7 commit 26abac8

File tree

3 files changed

+71
-0
lines changed

3 files changed

+71
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"icon": "temaki-pedestrian",
3+
"fields": [
4+
"crossing"
5+
],
6+
"geometry": [
7+
"vertex"
8+
],
9+
"tags": {
10+
"crossing": "informal"
11+
},
12+
"terms": [
13+
"informal crosswalk",
14+
"informal foot path crossing",
15+
"informal pedestrian crossing"
16+
],
17+
"reference": {
18+
"key": "crossing",
19+
"value": "informal"
20+
},
21+
"name": "Informal Crossing",
22+
"searchable": false
23+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"icon": "temaki-pedestrian",
3+
"fields": [
4+
"crossing",
5+
"surface"
6+
],
7+
"moreFields": [
8+
"{@templates/crossing/geometry_way_more}"
9+
],
10+
"geometry": [
11+
"line"
12+
],
13+
"tags": {
14+
"highway": "footway",
15+
"footway": "crossing",
16+
"crossing": "informal"
17+
},
18+
"reference": {
19+
"key": "crossing",
20+
"value": "informal"
21+
},
22+
"name": "{highway/crossing/informal}",
23+
"searchable": false
24+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"icon": "temaki-pedestrian",
3+
"fields": [
4+
"crossing",
5+
"surface"
6+
],
7+
"moreFields": [
8+
"{@templates/crossing/geometry_way_more}"
9+
],
10+
"geometry": [
11+
"line"
12+
],
13+
"tags": {
14+
"highway": "path",
15+
"path": "crossing",
16+
"crossing": "informal"
17+
},
18+
"reference": {
19+
"key": "crossing",
20+
"value": "informal"
21+
},
22+
"name": "{highway/crossing/informal}",
23+
"searchable": false
24+
}

0 commit comments

Comments
 (0)