forked from MapComplete/MapComplete
Search: document 'isNormal' in layerconfig; document autofilter-disable option; disable this in favourites, split out the code
This commit is contained in:
parent
5479b81066
commit
8239820d04
5 changed files with 102 additions and 69 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue