forked from MapComplete/MapComplete
Fix multilayer geojson source
This commit is contained in:
parent
a6e3b41b1d
commit
f4dacab9ef
7 changed files with 97 additions and 52 deletions
|
@ -98,7 +98,8 @@ export class UIEventSource<T> {
|
|||
const self = this;
|
||||
|
||||
const newSource = new UIEventSource<J>(
|
||||
f(this.data)
|
||||
f(this.data),
|
||||
"map("+this.tag+")"
|
||||
);
|
||||
|
||||
const update = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue