make the multipolygon relation type searchable (#481)

This commit is contained in:
Kyℓe Hensel
2022-06-13 20:18:39 +02:00
committed by GitHub
parent 7276678e9d
commit 61d6525036
@@ -1,7 +1,6 @@
{
"icon": "iD-multipolygon",
"geometry": [
"area",
"relation"
],
"tags": {
@@ -9,6 +8,5 @@
},
"removeTags": {},
"name": "Multipolygon",
"searchable": false,
"matchScore": 0.1
}