forked from MapComplete/MapComplete
Refactoring: move 'featureSummary' to specialLayer handling, disable summary server for now
This commit is contained in:
parent
2a53f99dd5
commit
29dce0d468
6 changed files with 126 additions and 119 deletions
|
|
@ -1,7 +1,6 @@
|
|||
<script lang="ts">
|
||||
import type { SpecialVisualizationState } from "../SpecialVisualization"
|
||||
import Tr from "../Base/Tr.svelte"
|
||||
import { createEventDispatcher } from "svelte"
|
||||
import Icon from "../Map/Icon.svelte"
|
||||
import ToSvelte from "../Base/ToSvelte.svelte"
|
||||
import type { FilterSearchResult } from "../../Logic/Search/FilterSearch"
|
||||
|
|
|
|||
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue