You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because users can enter EPSG Codes into the msui_settings.json there could been added values which are not supported.
We should catch this early, in the config editor, on msui start.
Fatal error in MSS 7.0.2. on Linux-5.4.0-124-generic-x86_64-with-glibc2.27
Python 3.10.4 | packaged by conda-forge | (main, Mar 24 2022, 17:38:57) [GCC 10.3.0]
Please report bugs in MSS to https://github.com/Open-MSS/MSS
Information about the fatal error:
Traceback (most recent call last):
File "/home/reimar/PycharmProjects/MSS/mslib/msui/topview.py", line 317, in changeMapSection
proj_params = get_projection_params(current_map["CRS"])
File "/home/reimar/PycharmProjects/MSS/mslib/utils/coordinate.py", line 188, in get_projection_params
raise ValueError("EPSG code not supported by basemap module: '%s'", proj)
ValueError: ("EPSG code not supported by basemap module: '%s'", 'epsg:777400101')
The text was updated successfully, but these errors were encountered:
Mmmh. Difficult, not only because Marc defined "custom" codes, which only MSS can interpret correctly.
I think it is fine to define your own EPSG codes, if you like. When we request a map from a server, we check the requested EPSG code against the ones the server offers and warn if it is not supported.
That caused the Warning in Jens-Uwes demonstration yesterday; the custom EPSG code was not offered by the server (even though it was understood).
The current MSS server uses non-EPSG codes for non-standard projections; to remain compatible with older MSWMS servers, the non-standard EPSG usage has not been deprecated. We could do so now. I believe Sonja has updated the DLR server...?
Because users can enter EPSG Codes into the msui_settings.json there could been added values which are not supported.
We should catch this early, in the config editor, on msui start.
e.g.
The text was updated successfully, but these errors were encountered: