diff --git a/UI/ImportFlow/MapPreview.ts b/UI/ImportFlow/MapPreview.ts index 09b69f0d1..adaa9b708 100644 --- a/UI/ImportFlow/MapPreview.ts +++ b/UI/ImportFlow/MapPreview.ts @@ -1,11 +1,11 @@ import Combine from "../Base/Combine" -import {Store, UIEventSource} from "../../Logic/UIEventSource" -import {BBox} from "../../Logic/BBox" +import { Store, UIEventSource } from "../../Logic/UIEventSource" +import { BBox } from "../../Logic/BBox" import UserRelatedState from "../../Logic/State/UserRelatedState" import Translations from "../i18n/Translations" import Constants from "../../Models/Constants" -import {DropDown} from "../Input/DropDown" -import {Utils} from "../../Utils" +import { DropDown } from "../Input/DropDown" +import { Utils } from "../../Utils" import LayerConfig from "../../Models/ThemeConfig/LayerConfig" import BaseLayer from "../../Models/BaseLayer" import AvailableBaseLayers from "../../Logic/Actors/AvailableBaseLayers" @@ -14,19 +14,19 @@ import Minimap from "../Base/Minimap" import Attribution from "../BigComponents/Attribution" import StaticFeatureSource from "../../Logic/FeatureSource/Sources/StaticFeatureSource" import Toggle from "../Input/Toggle" -import {VariableUiElement} from "../Base/VariableUIElement" -import {FixedUiElement} from "../Base/FixedUiElement" -import {FlowStep} from "./FlowStep" +import { VariableUiElement } from "../Base/VariableUIElement" +import { FixedUiElement } from "../Base/FixedUiElement" +import { FlowStep } from "./FlowStep" import ScrollableFullScreen from "../Base/ScrollableFullScreen" import Title from "../Base/Title" import CheckBoxes from "../Input/Checkboxes" import AllTagsPanel from "../AllTagsPanel.svelte" import BackgroundMapSwitch from "../BigComponents/BackgroundMapSwitch" -import {Feature, Point} from "geojson" +import { Feature, Point } from "geojson" import DivContainer from "../Base/DivContainer" import ShowDataLayer from "../ShowDataLayer/ShowDataLayer" import SvelteUIElement from "../Base/SvelteUIElement" -import {AllSharedLayers} from "../../Customizations/AllSharedLayers"; +import { AllSharedLayers } from "../../Customizations/AllSharedLayers" class PreviewPanel extends ScrollableFullScreen { constructor(tags: UIEventSource) {