Fix overlay layers

This commit is contained in:
Pieter Vander Vennet 2023-04-21 01:53:24 +02:00
parent 3aeedf22c8
commit 24f7610d0a
15 changed files with 216 additions and 184 deletions

View file

@ -123,7 +123,9 @@ export interface RasterLayerProperties {
/**
* The name of the imagery source
*/
readonly name: string
readonly name: string | Record<string, string>
readonly isOverlay?: boolean
readonly id: string