Search: document 'isNormal' in layerconfig; document autofilter-disable option; disable this in favourites, split out the code

This commit is contained in:
Pieter Vander Vennet 2024-09-15 02:22:31 +02:00
parent 5479b81066
commit 8239820d04
5 changed files with 102 additions and 69 deletions

View file

@ -45,6 +45,7 @@ export class GenerateFavouritesLayer extends Script {
this.addTagRenderings(proto)
this.addTitle(proto)
proto.titleIcons = this.generateTitleIcons()
delete proto.filter
const targetContent = JSON.stringify(proto, null, " ")
const path = "./assets/layers/favourite/favourite.json"
if (existsSync(path)) {