RES: [UMN_MAPSERVER-USERS] layer group(s)?
Eric Bridger
eric at GOMOOS.ORG
Mon Nov 8 13:02:15 PST 2004
On Mon, 2004-11-08 at 16:15, Murilo Lacerda Yoshida wrote:
> I tried here to do that... Apparently if you set two groups on one
> layer, the last group assigned is the one that counts... The other one
> is forgotten ... I'll change the order of the groups here and see what
> happens.
> The strange thing is that mapserver doesn't show an error for that.
> Thanks Eric,
> Murilo
I'm not sure if you understood my suggestion. Create a new layer
identical to the first layer except for the GROUP name. The layer will
be included in both groups.
LAYER
NAME "layer_one"
GROUP "group_one"
...
END
LAYER
NAME "layer_one"
GROUP "group_two"
...
END
More information about the MapServer-users
mailing list