Skip to content

Commit

Permalink
Honour layerTreeHiddenSublayers theme item config
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Mar 4, 2024
1 parent 10b1c85 commit 0fea5de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config_generator/map_viewer_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ def theme_item(self, cfg_item, themes_config, assets_dir, autogenExternalLayers,
self.set_optional_config(cfg_item, 'pluginData', item)
self.set_optional_config(cfg_item, 'snapping', item)
self.set_optional_config(cfg_item, 'themeInfoLinks', item)
self.set_optional_config(cfg_item, 'layerTreeHiddenSublayers', item)

if not cfg_item.get('wmsOnly', False):
item['thumbnail'] = self.get_thumbnail(cfg_item, service_name, cap, assets_dir)
Expand Down

0 comments on commit 0fea5de

Please sign in to comment.