forked from MapComplete/MapComplete
Fix: redraw line layers on background change
This commit is contained in:
parent
a83499614d
commit
6e5fcdef20
7 changed files with 281 additions and 306 deletions
|
@ -61,7 +61,7 @@ export default class PointRenderingConfig extends WithContextLoader {
|
|||
})
|
||||
|
||||
if (json.icon === undefined && json.label === undefined) {
|
||||
throw `A point rendering should define at least an icon or a label`
|
||||
throw `At ${context}: A point rendering should define at least an icon or a label`
|
||||
}
|
||||
|
||||
if (this.location.size == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue