forked from MapComplete/MapComplete
Chore: move RasterLayerProperties into separate file in order for the schema generator to work
This commit is contained in:
parent
498b2bb8d6
commit
e4e99c0b0a
11 changed files with 59342 additions and 1626 deletions
|
@ -6,8 +6,8 @@ import { onDestroy } from "svelte";
|
|||
import { UIEventSource } from "../../Logic/UIEventSource";
|
||||
import Tr from "../Base/Tr.svelte";
|
||||
import Translations from "../i18n/Translations";
|
||||
import type { RasterLayerProperties } from "../../Models/RasterLayers";
|
||||
import { Translation } from "../i18n/Translation";
|
||||
import { RasterLayerProperties } from "../../Models/RasterLayerProperties";
|
||||
|
||||
export let layerproperties : RasterLayerProperties
|
||||
export let state: {isDisplayed: UIEventSource<boolean>};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue