forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
18e3e6f806
commit
a3a7e74f56
94 changed files with 1273 additions and 1080 deletions
|
@ -174,7 +174,7 @@ export default class DetermineLayout {
|
|||
layerConfig.pointRendering
|
||||
.flatMap((pr) => pr.marker)
|
||||
.map((iconSpec) => {
|
||||
if(!iconSpec){
|
||||
if (!iconSpec) {
|
||||
return undefined
|
||||
}
|
||||
const icon = new TagRenderingConfig(<TagRenderingConfigJson>iconSpec.icon)
|
||||
|
@ -192,7 +192,7 @@ export default class DetermineLayout {
|
|||
})
|
||||
).join(";")
|
||||
|
||||
if(!icon){
|
||||
if (!icon) {
|
||||
icon = "./assets/svg/bug.svg"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue