-
Notifications
You must be signed in to change notification settings - Fork 20
Description
The currently available admin-tools don't support layers that are of type collection
in oskari_maplayer (in database) and of type group
/base
in frontend. It's not a widely used feature that allows using multiple WMS-layers for OpenLayers while showing them as a single maplayer from end-user perspective (in layer listing etc).
Proposal: As the feature isn't widely used and not supported by current layer admin tools we are planning on removing support for them from the database. This would mean removal of parentid
and base_map
columns from oskari_maplayer
table in the database and migrating all current layers accordingly by mapping name, permissions etc from the "parent" layer to these sublayers (and making the sublayers "normal" layers). Also refactoring some frontend code regarding the group/base handling.