forked from MapComplete/MapComplete
Fix overlay layers
This commit is contained in:
parent
3aeedf22c8
commit
24f7610d0a
15 changed files with 216 additions and 184 deletions
|
@ -29,7 +29,6 @@ export default class FeaturePropertiesStore {
|
|||
|
||||
const source = self._elements.get(id)
|
||||
if (source === undefined) {
|
||||
console.log("Adding feature store for", id)
|
||||
self._elements.set(id, new UIEventSource<any>(feature.properties))
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue