Refactoring: move 'featureSummary' to specialLayer handling, disable summary server for now

This commit is contained in:
Pieter Vander Vennet 2024-09-24 17:54:18 +02:00
parent 2a53f99dd5
commit 29dce0d468
6 changed files with 126 additions and 119 deletions

View file

@ -37,7 +37,6 @@ export interface SpecialVisualizationState {
readonly featureSwitches: FeatureSwitchState
readonly layerState: LayerState
readonly featureSummary: SummaryTileSourceRewriter
readonly featureProperties: {
getStore(id: string): UIEventSource<Record<string, string>>,
trackFeature?(feature: { properties: OsmTags })