Divya Jain
Divya Jain
**Purpose of PR?**: Updates the abstract base class signature of _determine_filename to include a default reload parameter, aligning it with its implementations and usage in have_data. Bug fix Fixes #2745
**Purpose of PR?**: update the KML dockingwidget in Open-MSS to be compatible with fastkml >= 1.0.0 Fixes #2688
**Purpose of PR?**: This PR adds missing super().__init__() calls to ensure proper parent class initialization in MFDatasetCommonDims and WebMapService. Bug Fix Fixes #2750
**Description:** When starting MSColab using: `python mslib/mscolab/mscolab.py start ` the following error is raised: `ImportError: cannot import name 'ParameterSource' from 'click.core' `  **Steps to Reproduce:** 1. Set up a...