forked from MapComplete/MapComplete
Add documentation on themes, move some themes around
This commit is contained in:
parent
614987dba7
commit
8cb02da127
88 changed files with 2973 additions and 244 deletions
|
@ -218,10 +218,11 @@ export class AllKnownLayouts {
|
|||
new Title(new Combine([theme.title, "(", theme.id + ")"]), 2),
|
||||
theme.description,
|
||||
"This theme contains the following layers:",
|
||||
new List(theme.layers.map((l) => l.id)),
|
||||
new List(theme.layers.map((l) =>
|
||||
new Link(l.id, "../Layers/"+l.id+".md"))),
|
||||
"Available languages:",
|
||||
new List(theme.language),
|
||||
])
|
||||
new List(theme.language.filter(ln => ln !== "_context")),
|
||||
]).SetClass("flex flex-col")
|
||||
}
|
||||
|
||||
public static getSharedLayers(): Map<string, LayerConfig> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue