Fix build
This commit is contained in:
parent
59d20ec859
commit
9336e19757
14 changed files with 3801 additions and 3788 deletions
|
@ -199,7 +199,9 @@ export default class LayerConfig extends WithContextLoader{
|
|||
return config;
|
||||
});
|
||||
|
||||
|
||||
if(json.mapRendering === undefined){
|
||||
throw "MapRendering is undefined in "+context
|
||||
}
|
||||
|
||||
this.mapRendering = json.mapRendering
|
||||
.filter(r => r["icon"] !== undefined || r["label"] !== undefined)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue