Merge pull request #807 from pietervdvn/joostschouppe-patch-1
added filter for "import notes only"
This commit is contained in:
commit
853d2ca949
1 changed files with 14 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue