Aller au contenu principal

Turning of more than just 1 layer

Commentaires

3 commentaires

  • Nico Burgerhart

    Which viewer are you targeting?

    0
  • Luc

    Geocortex viewer for HTML5

    0
  • Zack Robison

    I recommend using a ForEach, personally I'd start with an object structured like 

    {
        layerId1: [sublayerId1, sublayerId2], 
        layerId2: [sublayerId3]
        …
    }

    iterate that will give you each layer (layer1: [sub1, sub2]) then nest a forEach to run Set Visibility on the sublayers.

    0

Vous devez vous connecter pour laisser un commentaire.