Merge pull request #807 from pietervdvn/joostschouppe-patch-1

added filter for "import notes only"
This commit is contained in:
Pieter Vander Vennet 2022-05-03 18:26:17 +02:00 committed by GitHub
commit 853d2ca949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,6 +281,12 @@
{
"id": "no_imports",
"options": [
{
"question": {
"en": "All Notes",
"nl": "Alle Notes"
}
},
{
"osmTags": "_is_import_note=",
"question": {
@ -288,6 +294,13 @@
"nl": "Verberg import Notes",
"de": "Importnotizen ausblenden"
}
},
{
"osmTags": "_is_import_note~*",
"question": {
"en": "Show only import Notes",
"nl": "Toon enkel import Notes"
}
}
]
}