-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choice of type of OGC service for single layer in CSW catalog #10272
Comments
tdipisa
added
the
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
label
May 3, 2024
6 tasks
dsuren1
added a commit
to dsuren1/MapStore2
that referenced
this issue
May 10, 2024
6 tasks
6 tasks
dsuren1
added a commit
that referenced
this issue
May 16, 2024
2 tasks
dsuren1
added a commit
to dsuren1/MapStore2
that referenced
this issue
May 16, 2024
… CSW catalog (geosolutions-it#10304) (cherry picked from commit d033bc7)
MV88
pushed a commit
that referenced
this issue
May 16, 2024
ElenaGallo
added
Accepted
and removed
BackportNeeded
Commits provided for an issue need to be backported to the milestone's stable branch
labels
May 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When loading records from a CSW catalog, in the specific case of a downsteam project, the catalog
service responds with records, represented as layers in MapStore, that can hold more than just the WMS service, for example the
sivep:alberi_da_frutto
layer, that publishes both WFS and WMS services see belowAt the moment if adding that layer on the map the WMS service is loaded. MS should provide the ability for the user to select before the moment of adding to the map the type of service they want to load for that layer coming from the CSW catalog.
Acceptance criteria
Generate layer references from dc to capture all the possible services types present
However, implementation should allow expansion of support for other service types in the future such that the current implementation is not too restrictive in applying this issue's scope
User selection of the type of service from which the layer to be added to map will be a menu button. Clicking add button directly will add layer from WMS by default
Layer added based on the service type selected should be reflected correctly on the map including the layer specific configurations by service type
When only one service type is supported the add to map should work as is. Similarly other features tied to add to map should work as is (ex. CRS validation)
Test data
Service URL: https://gn3-rndt.geo-solutions.it/geonetwork/srv/eng/csw
Layer name: Unesco points
Downstream issue
https://github.com/geosolutions-it/MapStore2-C027/issues/179
Note
Catalog in dashboard wizard has multi layer selection hence this feature is currently not applicable which will be handled in a separate issue
The text was updated successfully, but these errors were encountered: