forked from MapComplete/MapComplete
Fix: generate layeroverview
This commit is contained in:
parent
0ea103f247
commit
e71a1c7a3d
1 changed files with 4 additions and 4 deletions
|
@ -66,11 +66,11 @@
|
||||||
"marker": [
|
"marker": [
|
||||||
{
|
{
|
||||||
"icon": {
|
"icon": {
|
||||||
"render": "note",
|
"render": "./assets/svg/note.svg",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "closed_at~*",
|
"if": "closed_at~*",
|
||||||
"then": "resolved"
|
"then": "./assets/svg/resolved.svg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -80,11 +80,11 @@
|
||||||
"iconBadges": [
|
"iconBadges": [
|
||||||
{
|
{
|
||||||
"if": "_total_comments>1",
|
"if": "_total_comments>1",
|
||||||
"then": "circle:white;speech_bubble"
|
"then": "circle:white;./assets/svg/speech_bubble.svg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": "_is_import_note~*",
|
"if": "_is_import_note~*",
|
||||||
"then": "addSmall"
|
"then": "./assets/svg/addSmall.svg"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"anchor": "bottom"
|
"anchor": "bottom"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue