Skip to content

Commit 35f423c

Browse files
Create unsearchable preset for associatedStreet
closes: openstreetmap/iD#9639
1 parent f2c16fb commit 35f423c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"icon": "iD-relation",
3+
"fields": [
4+
"name"
5+
],
6+
"geometry": [
7+
"relation"
8+
],
9+
"tags": {
10+
"type": "associatedStreet"
11+
},
12+
"searchable": false,
13+
"name": "Associated Street"
14+
}

0 commit comments

Comments
 (0)