Remove obsolete field

This commit is contained in:
Pieter Vander Vennet 2024-02-21 13:27:47 +01:00
parent 4356af3510
commit 437f1abd4e

View file

@ -111,7 +111,6 @@ export default class ThemeViewState implements SpecialVisualizationState {
readonly perLayerFiltered: ReadonlyMap<string, FilteringFeatureSource> readonly perLayerFiltered: ReadonlyMap<string, FilteringFeatureSource>
readonly availableLayers: Store<RasterLayerPolygon[]> readonly availableLayers: Store<RasterLayerPolygon[]>
readonly selectedLayer: UIEventSource<LayerConfig>
readonly userRelatedState: UserRelatedState readonly userRelatedState: UserRelatedState
readonly geolocation: GeoLocationHandler readonly geolocation: GeoLocationHandler
readonly geolocationControl: GeolocationControlState readonly geolocationControl: GeolocationControlState
@ -732,7 +731,7 @@ export default class ThemeViewState implements SpecialVisualizationState {
doShowLayer: flayer.isDisplayed, doShowLayer: flayer.isDisplayed,
layer: flayer.layerDef, layer: flayer.layerDef,
metaTags: this.userRelatedState.preferencesAsTags, metaTags: this.userRelatedState.preferencesAsTags,
selectedElement: this.selectedElement selectedElement: this.selectedElement,
}) })
}) })
} }