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
|
const icon = this.mapRendering
|
||||||
.filter(mr => mr.location.has("point"))
|
.filter(mr => mr.location.has("point"))
|
||||||
.map(mr => mr.icon.render.txt)
|
.map(mr => mr.icon?.render?.txt)
|
||||||
.find(i => i !== undefined)
|
.find(i => i !== undefined)
|
||||||
let iconImg = ""
|
let iconImg = ""
|
||||||
if (icon !== undefined) {
|
if (icon !== undefined) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue