server config files

Issue #39 resolved
Reimar Bauer created an issue

Currently the server needs a mix of cfg files like mss.topview.cfg in topview.MSSTopViewWindow and various config python scripts.

Somehow that should become simplified.

Comments (7)

  1. Joern Ungermann

    The .cfg files are for the MSUI AFAIK. These are generated by QT. These should be placed into .config/mss or wherever the json is located.

    The Server uses two python files for configuration, which should be merged into one. I think keeping it as Python has some advantageous, as it allows the implementation of data import classes inside the configuration Python file that otherwise would require a package change. Nevertheless I propose to move the current NWP-Data-import classes to the MSS module to have a "lean" config file.

  2. Reimar Bauer reporter

    Simplified server configuration files. Resolves issue #39

    Removed pickled cfg files from samples as they are not designed to be modified by the user. Joined mss_config and mss_wms_settings and moved complex functionality to own module. Further extensions may be placed into mss_wms_settings until they are integerated into MSS. Reworked WMS config sample to show new functionality.

    → <<cset 2d41e6703340>>

  3. Log in to comment