forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
bafaba7011
53 changed files with 29088 additions and 104 deletions
|
@ -196,8 +196,8 @@ export default class FilterView extends VariableUiElement {
|
|||
if (filterConfig.options.length === 1) {
|
||||
let option = filterConfig.options[0];
|
||||
|
||||
const icon = Svg.checkbox_filled_svg().SetClass("block mr-2");
|
||||
const iconUnselected = Svg.checkbox_empty_svg().SetClass("block mr-2");
|
||||
const icon = Svg.checkbox_filled_svg().SetClass("block mr-2 w-6");
|
||||
const iconUnselected = Svg.checkbox_empty_svg().SetClass("block mr-2 w-6");
|
||||
|
||||
const toggle = new Toggle(
|
||||
new Combine([icon, option.question.Clone().SetClass("block")]).SetClass("flex"),
|
||||
|
|
|
@ -153,7 +153,6 @@ export default class ShowDataLayer {
|
|||
if (mp === undefined) {
|
||||
return;
|
||||
}
|
||||
console.trace("Updating... " + mp["_container"]?.id +" for layer "+this._layerToShow.id)
|
||||
this._cleanCount++
|
||||
// clean all the old stuff away, if any
|
||||
if (this.geoLayer !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue