forked from MapComplete/MapComplete
Fix: don't show all items if favourites is shown
This commit is contained in:
parent
ad4afbaf52
commit
3292307208
4 changed files with 42 additions and 20 deletions
|
@ -473,7 +473,10 @@ export default class ThemeViewState implements SpecialVisualizationState {
|
|||
fs.layer,
|
||||
fs,
|
||||
(id) => this.featureProperties.getStore(id),
|
||||
this.layerState.globalFilters
|
||||
this.layerState.globalFilters,
|
||||
undefined,
|
||||
this.mapProperties.zoom,
|
||||
this.selectedElement
|
||||
)
|
||||
filteringFeatureSource.set(layerName, filtered)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue