Merge develop

This commit is contained in:
Pieter Vander Vennet 2023-10-11 04:37:19 +02:00
commit e1a785ba9c
34 changed files with 1406 additions and 1306 deletions

View file

@ -47,7 +47,7 @@
"osmTags": "building~*",
"maxCacheAge": 0
},
"minzoom": 19,
"minzoom": 18,
"calculatedTags": [
"_surface:strict:=feat(get)('_surface')"
],
@ -115,10 +115,23 @@
},
"maxCacheAge": 0
},
"minzoom": 19,
"pointRendering": [],
"lineRendering": [
{}
"minzoom": 18,
"pointRendering": [
{
"label": {
"render": "<div style='color: black' class='rounded-full p-1 font-bold relative'>{addr:housenumber}</div>",
"condition": "addr:housenumber~*"
},
"location": [
"point",
"centroid"
]
},
{
"width": {
"render": 1
}
}
]
},
{
@ -142,7 +155,7 @@
"osmTags": "identificatie~*",
"maxCacheAge": 0
},
"minzoom": 19,
"minzoom": 18,
"calculatedTags": [
"_overlaps_with_buildings=overlapWith(feat)('osm:buildings').filter(f => f.feat.properties.id.indexOf('-') < 0)",
"_overlaps_with=feat(get)('_overlaps_with_buildings').find(f => f.overlap > 1 /* square meter */ )",
@ -309,7 +322,7 @@
"osmTags": "identificatie~*",
"maxCacheAge": 0
},
"minzoom": 19,
"minzoom": 18,
"calculatedTags": [
"_closed_osm_addr:=closest(feat)('osm:adresses').properties",
"_bag_obj:addr:housenumber=`${feat.properties.huisnummer}${feat.properties.huisletter}${(feat.properties.toevoeging != '') ? '-' : ''}${feat.properties.toevoeging}`",
@ -339,4 +352,4 @@
}
],
"hideFromOverview": true
}
}