forked from MapComplete/MapComplete
Docs: add 'used in layers'-information for builtingQuestions + various small refactorings
This commit is contained in:
parent
2545982dbd
commit
bc2ea7841f
9 changed files with 83 additions and 47 deletions
|
|
@ -9,7 +9,7 @@ export interface DesugaringContext {
|
|||
* Order of appearance in questions.json
|
||||
*/
|
||||
tagRenderingOrder: string[]
|
||||
sharedLayers: Map<string, LayerConfigJson>
|
||||
sharedLayers: Map<string, Readonly<LayerConfigJson>>
|
||||
publicLayers?: Set<string>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue