datasantana / atlanti

Atlanti - GeoNode web client for maps
0 stars 3 forks source link

Available datasets panel #110

Closed datasantana closed 1 month ago

datasantana commented 2 months ago

Create a panel that lista available datasets to be added as layers to map

datasantana commented 2 months ago

A v-window control was added to switch between map layers and available datasets (add layer):

Image

Expansion panels were used for grouping datasets inside corresponding category. Inside each category there is a card for each dataset:

Image

I plan to use checkboxes to indicate which datasets have been added as a new layer, showing them as checked, and the available ones as unchecked. The datasets that are already added will also be displayed as greyed-out cards.

datasantana commented 2 months ago

Completed redesign of layers panel. Now it shows al datasets and let user to add datasets as map layers.

Image

When layer is added, user can remove it or see layer controls and legend.

Image

User will be able to toggle legend entries if there are more than one.

Image