Fix deploy
This commit is contained in:
parent
9c53fe9868
commit
3f8b6e88d3
39 changed files with 381 additions and 562 deletions
|
@ -53,7 +53,7 @@ export class FilteredLayer {
|
|||
this._showOnPopup = showOnPopup;
|
||||
this._style = (tags) => {
|
||||
|
||||
const iconUrl = layerDef.icon?.GetRenderValue(tags)?.txt ?? "./assets/bug.svg";
|
||||
const iconUrl = layerDef.icon?.GetRenderValue(tags)?.txt;
|
||||
const iconSize = (layerDef.iconSize?.GetRenderValue(tags)?.txt ?? "40,40,center").split(",");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue