Disable broken optimalization
This commit is contained in:
parent
9574259e75
commit
8c9e2a36b3
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ export default class FeaturePipelineState extends MapState {
|
|||
|
||||
public CreatePopup(tags:any , layer: LayerConfig): ScrollableFullScreen{
|
||||
if(this.popups.has(tags.id)){
|
||||
return this.popups.get(tags.id)
|
||||
// return this.popups.get(tags.id)
|
||||
}
|
||||
const popup = new FeatureInfoBox(tags, layer, this)
|
||||
this.popups.set(tags.id, popup)
|
||||
|
|
Loading…
Reference in a new issue