Fix geojson source: remove 'null' properties; UK-addresses: filter matched addresses by default
This commit is contained in:
parent
367ac1b2cb
commit
60c4b0d00d
2 changed files with 7 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
"isOsmCache": false
|
||||
},
|
||||
"name": "Addresses to check",
|
||||
"minzoom": 14,
|
||||
"minzoom": 18,
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "This address needs adding"
|
||||
|
@ -140,6 +140,7 @@
|
|||
"options": [
|
||||
{
|
||||
"question": "Only show non-matched objects",
|
||||
"default": true,
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"_imported=",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue