forked from MapComplete/MapComplete
Merge RobinLinde-patch-1
This commit is contained in:
commit
6abe3c7d32
20 changed files with 553 additions and 63 deletions
|
@ -170,7 +170,7 @@ export default class DetermineLayout {
|
|||
.map((mr) => mr?.marker?.find((icon) => icon.icon !== undefined)?.icon)
|
||||
.find((i) => i !== undefined)
|
||||
) ?? "bug"
|
||||
const icon = new TagRenderingConfig(iconTr).render.txt
|
||||
const icon = new TagRenderingConfig(iconTr)?.render?.txt ?? "./assets/svg/bug.svg"
|
||||
json = {
|
||||
id: json.id,
|
||||
description: json.description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue