sitmun / sitmun-admin-app

Administration application for the SITMUN system.
European Union Public License 1.2
0 stars 0 forks source link

Create a layer with a set of layers of one or several services #253

Open ibarzrm opened 2 weeks ago

ibarzrm commented 2 weeks ago

Describe the bug When creating a layer with several layers together and using it in a tree, the different layers are loaded separately in ‘Capas cargadas’ of the content, instead of the layer as a single element.

To Reproduce Steps to reproduce the behaviour:

  1. Go to 'Capes'
  2. Go to ‘Nou’
  3. Define the name of several layers in the text box ‘Capes’, separated by commas
  4. Include this layer in the Tree
  5. Go to viewer and load the layer from ‘capas disponibles’.
  6. Check that in ‘Capas cargadas’ there are the different layers of origin.

Expected behaviour See a single layer in ‘Capas cargadas’.

Screenshots image

image

‘Capas cargadas': image

fjlopez commented 2 weeks ago

@mvinent Could you review this issue?

mvinent commented 1 week ago

Thw way it's working is the expected standard behavior. Here we are calling different layers of one service, so the client renders them as three different layers, any other behavior should be developed.

fjlopez commented 1 week ago

@ibarzrm, do you consider this issue solved with @mvinent comments?