Fix image carousel bug

This commit is contained in:
Pieter Vander Vennet 2020-11-02 18:59:21 +01:00
parent c226e15d99
commit a19f3e61f9
7 changed files with 43 additions and 58 deletions

View file

@ -16,11 +16,13 @@ export class FeatureInfoBox extends UIElement {
private _questionBox : UIElement;
constructor(
feature: any,
tags: UIEventSource<any>,
layerConfig: LayerConfig
) {
super();
if(layerConfig === undefined){
throw "Undefined layerconfig"
}
this._tags = tags;
this._layerConfig = layerConfig;