forked from MapComplete/MapComplete
Add 'verdieping'-button, re-add geolocation on grb themes
This commit is contained in:
parent
a7085d0339
commit
855a76ec1e
2 changed files with 6 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
|||
"overrideAll": {
|
||||
"minzoom": 18
|
||||
},
|
||||
"enableGeolocation": false,
|
||||
"layers": [
|
||||
{
|
||||
"builtin": "type_node",
|
||||
|
|
|
@ -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)}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue