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
It is proposed to add new functionality to GeoNode that allows Data Layers and Maps to be grouped together into 'Collections' that have a their own pages in GeoNode and some metadata.
Initial work has been done under this proposal by Jeffrey Johnson
Several GeoNode users have asked for a way to group together Data and Layers for presentation and sharing purposes. GeoNode does not currently provide this kind of functionality except at the Profile (user) level.
Proposal
It is proposed to add a new Collection model class to geonode.maps.models that has a few fields of metadata necessary for identifying and describing the collection and a set of Layers and Maps. These Collection objects should use the geonode.core PermissionLevelMixin in order to allow permissions to be assigned to them in order to restrict who can add/remove layers/maps from the Collection and update its metadata.
Issues
None currently envisioned, this is new functionality that should not interfere with existing functionality.
Testing
Unit tests that verify/test this functionality should be written/included.
Alternatives
Do nothing. GeoNode does not currently provide this kind of functionality