forked from MapComplete/MapComplete
Fix doc generation
This commit is contained in:
parent
e7ca1f2dc7
commit
f48bc52b0b
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ export default class LayerConfig extends WithContextLoader {
|
|||
|
||||
const icon = this.mapRendering
|
||||
.filter(mr => mr.location.has("point"))
|
||||
.map(mr => mr.icon.render.txt)
|
||||
.map(mr => mr.icon?.render?.txt)
|
||||
.find(i => i !== undefined)
|
||||
let iconImg = ""
|
||||
if (icon !== undefined) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue