forked from MapComplete/MapComplete
Merge pull request 'add brand search' (#2339) from Osmwithspace/MapComplete:layer_scouting_groups into develop
Reviewed-on: MapComplete/MapComplete#2339 Reviewed-by: Pieter Vander Vennet <pietervdvn@posteo.net>
This commit is contained in:
commit
9e8aaab086
1 changed files with 17 additions and 1 deletions
|
@ -115,7 +115,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
Reference in a new issue