Feature: add Americana background style, fix #1204

This commit is contained in:
Pieter Vander Vennet 2023-06-14 00:47:09 +02:00
parent 6f5c71ed5a
commit d465a272f2
3 changed files with 26 additions and 1 deletions

View file

@ -19,6 +19,7 @@ export interface RasterLayerProperties {
readonly url: string
readonly category?: string | EliCategory
readonly type?: "vector" | string
readonly attribution?: {
readonly url?: string