forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
5084d44a11
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