Skip to content

Commit c611d30

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)