Merge branch 'pietervdvn:develop' into books

This commit is contained in:
danieldegroot2 2022-05-03 20:12:10 +02:00 committed by GitHub
commit 9d651cb98f
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,8 +294,15 @@
"nl": "Verberg import Notes",
"de": "Importnotizen ausblenden"
}
},
{
"osmTags": "_is_import_note~*",
"question": {
"en": "Show only import Notes",
"nl": "Toon enkel import Notes"
}
}
]
}
]
}
}