forked from MapComplete/MapComplete
added filter for "import notes only"
This commit is contained in:
parent
174ced9967
commit
1d8cacf7b6
1 changed files with 14 additions and 1 deletions
|
@ -281,6 +281,12 @@
|
||||||
{
|
{
|
||||||
"id": "no_imports",
|
"id": "no_imports",
|
||||||
"options": [
|
"options": [
|
||||||
|
{
|
||||||
|
"question": {
|
||||||
|
"en": "All Notes",
|
||||||
|
"nl": "Alle Notes"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"osmTags": "_is_import_note=",
|
"osmTags": "_is_import_note=",
|
||||||
"question": {
|
"question": {
|
||||||
|
@ -288,8 +294,15 @@
|
||||||
"nl": "Verberg import Notes",
|
"nl": "Verberg import Notes",
|
||||||
"de": "Importnotizen ausblenden"
|
"de": "Importnotizen ausblenden"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"osmTags": "_is_import_note~*",
|
||||||
|
"question": {
|
||||||
|
"en": "Show only import Notes",
|
||||||
|
"nl": "Toon enkel import Notes"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue