UX/Studio: improvements to UX, introduce 'expert' mode

This commit is contained in:
Pieter Vander Vennet 2023-11-07 02:13:16 +01:00
parent 8a9650c737
commit 906fa1b1db
245 changed files with 3814 additions and 3950 deletions

View file

@ -80,6 +80,7 @@ export interface LayerConfigJson {
*
* type: nat
* default: 30 days
* group: expert
*/
maxCacheAge?: number
}
@ -116,6 +117,7 @@ export interface LayerConfigJson {
* question: Is this geojson a cache of OpenStreetMap data?
* ifunset: This is not an OpenStreetMap cache
* iftrue: this is based on OpenStreetMap and can thus be edited
* group: expert
*/
isOsmCache?: boolean
/**