Studio: WIP

This commit is contained in:
Pieter Vander Vennet 2023-09-19 14:04:13 +02:00
parent 3549a10a15
commit dc82ebbd58
165 changed files with 2588 additions and 3294 deletions

View file

@ -32,27 +32,12 @@
"_has_closeby_feature=Number(feat.properties._closest_osm_waste_basket_distance) < 10 ? 'yes' : 'no'"
],
"title": "Afvalbak in dataset",
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": {
"render": "circle:red",
"mappings": [
{
"if": "_has_closeby_feature=yes",
"then": "circle:#008000aa"
}
]
},
"iconSize": "20,20",
"anchor": "center"
}
],
"tagRenderings": [
"all_tags"
],
"pointRendering": [],
"lineRendering": [
{}
]
},
"recycling",
@ -74,31 +59,12 @@
"_has_closeby_waste_disposal=Number(feat.properties._closest_osm_waste_disposal_distance) < 10 ? 'yes' : 'no'"
],
"title": "Recyclingcontainer in dataset",
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": {
"render": "circle:red",
"mappings": [
{
"if": "_has_closeby_recycling=yes",
"then": "circle:#008000aa"
},
{
"if": "_has_closeby_waste_disposal=yes",
"then": "circle:#008000aa"
}
]
},
"iconSize": "20,20",
"anchor": "center"
}
],
"tagRenderings": [
"all_tags"
],
"pointRendering": [],
"lineRendering": [
{}
]
},
"waste_disposal"