forked from MapComplete/MapComplete
add brand search
This commit is contained in:
parent
31312c2dc6
commit
baab3d784f
1 changed files with 17 additions and 1 deletions
|
@ -99,7 +99,23 @@
|
|||
"mastodon"
|
||||
],
|
||||
"filter": [
|
||||
"nsi_brand.brand"
|
||||
"nsi_brand.brand",
|
||||
{
|
||||
"id": "brand_search",
|
||||
"options": [
|
||||
{
|
||||
"osmTags": "brand~i~.*{search}.*",
|
||||
"fields": [
|
||||
{
|
||||
"name": "search"
|
||||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Search for brand: {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"allowMove": true,
|
||||
"credits": "Osmwithspace",
|
||||
|
|
Loading…
Add table
Reference in a new issue