forked from MapComplete/MapComplete
Themes(food): add whether a highchair is available, see #2447
This commit is contained in:
parent
30e706dfb7
commit
268328b6fe
8 changed files with 106 additions and 2 deletions
|
|
@ -207,7 +207,7 @@ class LayerBuilder extends Conversion<object, Map<string, LayerConfigJson>> {
|
|||
}
|
||||
}
|
||||
|
||||
context = context.inOperation("building Layer " + id).enters("layer", id)
|
||||
context = context.inOperation("building Layer " + id).enters("layer:", id)
|
||||
|
||||
const config = this._layerConfigJsons.get(id)
|
||||
if (config.id !== id) {
|
||||
|
|
@ -855,7 +855,7 @@ class LayerOverviewUtils extends Script {
|
|||
sharedQuestions
|
||||
)
|
||||
builder.writeLayer(sharedQuestionsDef)
|
||||
const allLayers = builder.convertStrict({}, ConversionContext.construct([], []))
|
||||
const allLayers = builder.convertStrict({}, ConversionContext.construct([], ["Building the layer index"]))
|
||||
if (layerState.get("usersettings") !== "clean") {
|
||||
// We always need the calculated tags of 'usersettings', so we export them separately if dirty
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue