UX+Docs: improve documentation of background layer switch, export ELI-docs, load background layer based on category

This commit is contained in:
Pieter Vander Vennet 2024-08-25 01:43:08 +02:00
parent 33e9a94199
commit 0c4d81916f
7 changed files with 1034 additions and 69 deletions

View file

@ -1,12 +1,12 @@
export type EliCategory =
| "photo"
| "map"
| "historicmap"
| "osmbasedmap"
| "historicphoto"
| "qa"
| "elevation"
| "other"
export const eliCategory = ["photo"
, "map"
, "historicmap"
, "osmbasedmap"
, "historicphoto"
, "qa"
, "elevation"
, "other"] as const
export type EliCategory = (typeof eliCategory)[number]
/**
* This class has grown beyond the point of only containing Raster Layers