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"
|
"mastodon"
|
||||||
],
|
],
|
||||||
"filter": [
|
"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,
|
"allowMove": true,
|
||||||
"credits": "Osmwithspace",
|
"credits": "Osmwithspace",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue