Themes(sauna): refactor 'sauna_at_leisure' to contain all sauna relevant questions and 'layers/sauna.json' to contain only related questions; include 'sauna_at_leisure' in 'hotels' and 'beauty shops'; add beauty shop types

This commit is contained in:
Pieter Vander Vennet 2025-07-03 17:32:22 +02:00
parent ccbbba5628
commit c701247066
8 changed files with 452 additions and 174 deletions

View file

@ -1072,7 +1072,7 @@ class DeriveSource extends DesugaringStep<LayerConfigJson> {
return json
}
json.source = { osmTags }
json.source = { osmTags: {and: [osmTags]} }
return json
}
}