Chore: move RasterLayerProperties into separate file in order for the schema generator to work

This commit is contained in:
Pieter Vander Vennet 2023-04-21 16:19:36 +02:00
parent 498b2bb8d6
commit e4e99c0b0a
11 changed files with 59342 additions and 1626 deletions

View file

@ -1,8 +1,8 @@
import { RasterLayerProperties } from "../../Models/RasterLayers"
import { Store, UIEventSource } from "../../Logic/UIEventSource"
import { Map as MlMap } from "maplibre-gl"
import { Utils } from "../../Utils"
import { MapLibreAdaptor } from "./MapLibreAdaptor"
import { RasterLayerProperties } from "../../Models/RasterLayerProperties"
export default class ShowOverlayRasterLayer {
private readonly _map: UIEventSource<MlMap>