Skip to content

Commit

Permalink
Add support for theme flags
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Feb 19, 2024
1 parent c6afc5e commit c6f065f
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 @@ -495,6 +495,7 @@ def theme_item(self, cfg_item, themes_config, assets_dir, autogenExternalLayers,

self.set_optional_config(cfg_item, 'watermark', item)
self.set_optional_config(cfg_item, 'config', item)
self.set_optional_config(cfg_item, 'flags', item)
self.set_optional_config(cfg_item, 'mapTips', item)
self.set_optional_config(cfg_item, 'userMap', item)
self.set_optional_config(cfg_item, 'pluginData', item)
Expand Down

0 comments on commit c6f065f

Please sign in to comment.