forked from MapComplete/MapComplete
Fix: generating layeroverview; performance: do not try to download ratings if no ratings element is present
This commit is contained in:
parent
c13d80f062
commit
fc62d41e1b
12 changed files with 67 additions and 15 deletions
|
@ -189,9 +189,6 @@
|
|||
},
|
||||
{
|
||||
"id": "rating",
|
||||
"labels": [
|
||||
"defaults"
|
||||
],
|
||||
"icon": {
|
||||
"class": "w-20 mx-1 flex items-center"
|
||||
},
|
||||
|
|
|
@ -604,7 +604,7 @@
|
|||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "statistics:black"
|
||||
"icon": "./assets/svg/statistics.svg"
|
||||
}
|
||||
],
|
||||
"iconSize": "30,30",
|
||||
|
@ -614,4 +614,4 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -294,7 +294,7 @@
|
|||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "statistics:black"
|
||||
"icon": "./assets/svg/statistics.svg"
|
||||
}
|
||||
],
|
||||
"iconSize": "30,30",
|
||||
|
|
|
@ -467,7 +467,7 @@
|
|||
],
|
||||
"marker": [
|
||||
{
|
||||
"icon": "statistics"
|
||||
"icon": "./assets/svg/statistics.svg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue