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

@ -100,35 +100,6 @@
}
}
],
"mapRendering": [
{
"location": [
"point",
"centroid"
],
"icon": {
"render": "note",
"mappings": [
{
"if": "closed_at~*",
"then": "resolved"
}
]
},
"iconSize": "40,40",
"iconBadges": [
{
"if": "_total_comments>1",
"then": "circle:white;speech_bubble"
},
{
"if": "_is_import_note~*",
"then": "addSmall"
}
],
"anchor": "bottom"
}
],
"filter": [
{
"id": "search",
@ -344,5 +315,35 @@
}
]
}
]
],
"pointRendering": [
{
"location": [
"point",
"centroid"
],
"icon": {
"render": "note",
"mappings": [
{
"if": "closed_at~*",
"then": "resolved"
}
]
},
"iconSize": "40,40",
"iconBadges": [
{
"if": "_total_comments>1",
"then": "circle:white;speech_bubble"
},
{
"if": "_is_import_note~*",
"then": "addSmall"
}
],
"anchor": "bottom"
}
],
"lineRendering": []
}