next part --
An HTML attachment was scrubbed...
URL:
http://www.faunalia.com/pipermail/pmapper-users/attachments/20051116/9266d19b/readsession.htm
From [EMAIL PROTECTED] Wed Nov 16 18:45:31 2005
From: [EMAIL PROTECTED] (Armin Burger)
Date: Wed Nov 16 18:46:01 2005
Subject: [Pmapper-u
is it
layer1, layer2, ...
or
defGroups = layer1, layer2, ...
What are the entries in the PHP session id? Looking at that (and maybe the
error log) can help debugging. I can send you a script that formats the
session id entries so that it's better readable.
Armin
> --- Urspr?ngliche Nachrich
I have in config.ini some layers in the line
; Default Groups (visible at start)
layer1, layer2, ...
the meaning it's so clear, but i got the opposite result
Those layers are the only ones not visible at starting
so I can use the option at the contrary but what I got wrong? I misses something
Th
Hi,
After some investigation, I have realised that p.mapper now uses
writeTocDTree function and I have modified the line:
if (($legLayer->type < 3 && $skipLegend < 1) || $numClasses > 1) {
to
if (($legLayer->type < 3 && $skipLegend < 1) || ($numClasses > 1 &&
$skipLegend < 2)) {
so now if the
Well, it must be something "strange" in legend behaviourafter I have
set something similar that Nuria wanted (SKIP_LEGEND set to "1"), it
worked ok. After that I have added some new classes in one of the layer
in this groupagain, legends for new classes were shown but without
the icons:
..
OK it helped but there is still some "strange" behaviours (maybe not)...
..I have a simple polygon layer with several classes in different
colors..after I have removed the files in /images/legend folder, legend
boxes apeeared, but they were not colored...I have removed my
"TRANSPARENCY 50" setting
That's a normal Mapserver functionality. Just create an annotation layer
in the map file (at last position), set status to 'default' (or 'on')
and don't define the layer in the config.ini. Then the layer is always
displayed.
like
LAYER
NAME "disclaimer"
TYPE Annotation
STATUS DEFAULT