Fixed the personal layer

This commit is contained in:
Pieter Vander Vennet 2021-06-19 19:16:20 +02:00
parent bf7e6376c0
commit 106d9927aa
3 changed files with 110 additions and 118 deletions

View file

@ -12,7 +12,6 @@ import Combine from "../../UI/Base/Combine";
import {VariableUiElement} from "../../UI/Base/VariableUIElement";
import {UIEventSource} from "../../Logic/UIEventSource";
import {FixedUiElement} from "../../UI/Base/FixedUiElement";
import {SubstitutedTranslation} from "../../UI/SubstitutedTranslation";
import SourceConfig from "./SourceConfig";
import {TagsFilter} from "../../Logic/Tags/TagsFilter";
import {Tag} from "../../Logic/Tags/Tag";
@ -290,7 +289,7 @@ export default class LayerConfig {
}
public GenerateLeafletStyle(tags: UIEventSource<any>, clickable: boolean):
public GenerateLeafletStyle(tags: UIEventSource<any>, clickable: boolean, widthHeight= "100%"):
{
icon:
{