make the multipolygon relation type searchable (#481)

This commit is contained in:
Kyℓe Hensel 2022-06-14 06:18:39 +12:00 committed by GitHub
parent 7276678e9d
commit 61d6525036
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
{
"icon": "iD-multipolygon",
"geometry": [
"area",
"relation"
],
"tags": {
@ -9,6 +8,5 @@
},
"removeTags": {},
"name": "Multipolygon",
"searchable": false,
"matchScore": 0.1
}