forked from MapComplete/MapComplete
UX+Docs: improve documentation of background layer switch, export ELI-docs, load background layer based on category
This commit is contained in:
parent
33e9a94199
commit
0c4d81916f
7 changed files with 1034 additions and 69 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue