Add 'verdieping'-button, re-add geolocation on grb themes

This commit is contained in:
Pieter Vander Vennet 2021-12-02 03:07:08 +01:00
parent a7085d0339
commit 855a76ec1e
2 changed files with 6 additions and 3 deletions

View file

@ -28,7 +28,6 @@
"overrideAll": {
"minzoom": 18
},
"enableGeolocation": false,
"layers": [
{
"builtin": "type_node",

View file

@ -29,7 +29,6 @@
"maxCacheAge": 0
}
},
"enableGeolocation": false,
"layers": [
{
"id": "OSM-buildings-fixme",
@ -274,6 +273,11 @@
"type": "pnat"
}
},
{
"id": "fix_verdieping",
"render": "{tag_apply(fixme=;building:min_level=1,De eerste verdieping ontbreekt)}",
"condition": "fixme=verdieping, correct the building tag, add building:level and building:min_level before upload in JOSM!"
},
"all_tags"
],
"minzoom": 14
@ -292,7 +296,7 @@
{
"id": "import-button",
"render": "{import_button(address, addr:street=$STRAATNM; addr:housenumber=$HUISNR,Import this address)}"
}
}
]
}
}