Feature: add bing maps (test), see #648

This commit is contained in:
Pieter Vander Vennet 2024-01-28 05:10:13 +01:00
parent 94f39e89fe
commit ed050d5be3
6 changed files with 170 additions and 35 deletions

View file

@ -8,7 +8,7 @@ import { RasterLayerPolygon, RasterLayerUtils } from "../../Models/RasterLayers"
*/
export default class BackgroundLayerResetter {
constructor(
currentBackgroundLayer: UIEventSource<RasterLayerPolygon>,
currentBackgroundLayer: UIEventSource<RasterLayerPolygon | undefined>,
availableLayers: Store<RasterLayerPolygon[]>
) {
if (Utils.runningFromConsole) {