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

@ -163,29 +163,6 @@
"email",
"phone"
],
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "40,40",
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div class='bg-white rounded-lg p-1'>{name}</div>"
}
]
},
"icon": "circle:white;./assets/layers/school/college.svg",
"anchor": "center"
},
{
"color": "#22f1f4",
"width": 1
}
],
"presets": [
{
"title": {
@ -206,5 +183,30 @@
"fixme=Added with MapComplete, geometry to be drawn"
]
}
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"iconSize": "40,40",
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div class='bg-white rounded-lg p-1'>{name}</div>"
}
]
},
"icon": "circle:white;./assets/layers/school/college.svg",
"anchor": "center"
}
],
"lineRendering": [
{
"color": "#22f1f4",
"width": 1
}
]
}