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
There are a few configuration for the services available in map widgets in the DashboardEditor plugin to create new dashboard and have some pre-selected settings by default. In case of WMS service Advanced settings the format setting in the localConfig.json should pre-select the format indicated in the configuration but this does not happen, the dropdown list is not pre-selected to the indicated format, it is empty.
How to reproduce
Create a new empty dashboard.
Select a map widget to include
In the map widget add any map (empty or existing does not matter)
proceed to include a layer on the map, clicking on the plus button
Go into the WMS services settings
Notice that the setting for the Tile format is not selected despite being set on the localConfig.json
Expected Result
in the format dropdown list the indicated format in locaConfig.json should be preselected.
Current Result
in the format dropdown list the pre-selected item is empty.
As initially assessed the issue is due to the default format format options cannot be sent from DashboardEditor. We need to modify the catalogEditorEnhancer to pass down formatOptions from config of selected service
The text was updated successfully, but these errors were encountered:
Description
There are a few configuration for the services available in map widgets in the DashboardEditor plugin to create new dashboard and have some pre-selected settings by default. In case of WMS service Advanced settings the
format
setting in thelocalConfig.json
should pre-select the format indicated in the configuration but this does not happen, the dropdown list is not pre-selected to the indicated format, it is empty.How to reproduce
Create a new empty dashboard.
Select a map widget to include
In the map widget add any map (empty or existing does not matter)
proceed to include a layer on the map, clicking on the plus button
Go into the WMS services settings
Notice that the setting for the Tile format is not selected despite being set on the
localConfig.json
Expected Result
in the format dropdown list the indicated format in
locaConfig.json
should be preselected.Current Result
in the format dropdown list the pre-selected item is empty.
Browser info
(use this site: https://www.whatsmybrowser.org/ for non expert users)Other useful information
As initially assessed the issue is due to the default format format options cannot be sent from
DashboardEditor
. We need to modify thecatalogEditorEnhancer
to pass downformatOptions
from config of selected serviceThe text was updated successfully, but these errors were encountered: