forked from MapComplete/MapComplete
commit
66282b289c
13 changed files with 331 additions and 126 deletions
|
@ -116,12 +116,8 @@ export class LayerDefinition {
|
|||
showOnPopup: (tags: UIEventSource<(any)>, feature: any) => UIElement):
|
||||
FilteredLayer {
|
||||
return new FilteredLayer(
|
||||
this.name,
|
||||
this,
|
||||
basemap, allElements, changes,
|
||||
this.overpassFilter,
|
||||
this.maxAllowedOverlapPercentage,
|
||||
this.wayHandling,
|
||||
this.style,
|
||||
selectedElement,
|
||||
showOnPopup);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue