Skip to content
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

Web Map Services list for add layer control should be configurable #15

Open
silmeUsil0001 opened this issue Sep 4, 2023 · 4 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@silmeUsil0001
Copy link
Contributor

Describe the bug
Web Map Services list for add layer control should be configurable. When add map panel is opened, a list of preconfigured WMS is displayed. This list should be configured is Admin module and not hardcoded in viewer client

To Reproduce
Steps to reproduce the behavior:

  1. Go to viewer and load application number 12
  2. Click on tool panel and select "Add map" control. On the default list, some WMS services are listed

Expected behavior
This list should be configured as a parameter in applicaction panel of the admin module

Screenshots

Captura de pantalla 2023-09-04 a les 8 07 11

@fjlopez fjlopez added the bug Something isn't working label Sep 4, 2023
@fjlopez
Copy link
Contributor

fjlopez commented Mar 11, 2024

@mvinent @silmeUsil0001 which should be the priority of this bug?

@mvinent
Copy link
Contributor

mvinent commented Mar 11, 2024

Maybe P1 is enough

@daniboube
Copy link
Contributor

This functionality is controlled by the SITNA "DataLoader" control. This control accepts a series of configurable options that must be served by the backend. For this issue, the option we are interested in adding is "wmsSuggestions" of type WmsGroupOption Array. This is parsed in the corresponding section of the sitna-helpers.ts file.

SITNA API Documentation about this: https://sitna.navarra.es/api/doc/SITNA.control.html#.DataLoaderOptions

@fjlopez
Copy link
Contributor

fjlopez commented May 8, 2024

Moved to backlog, as this issue should be reviewed when the support in the backend is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants