[mapserver-users] group and subgroup

Stephen Woodbridge woodbri at swoodbridge.com
Mon Feb 6 12:34:06 PST 2017


On 2/6/2017 3:11 PM, milad nidal wrote:
> Hi,
> I'd like to create a subgroup with 2 layers. is-it posible?
> I tried what is menionned in the mapserver,s doc but it did not work.
> something like (groupe : test and subgroup test2 with layer1 and layer 2
> in the subgroup)
> Thanks

Try this:

LAYER
   NAME "layer1"
   GROUP "mygroup"
   STATUS ON
   ...
END

LAYER
   NAME "layer2"
   GROUP "mygroup"
   STATUS ON
   ...
END

Now you can request layer "mygroup" and both layers will be activated.

-SteveW

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



More information about the mapserver-users mailing list