On Sun, Feb 7, 2010 at 11:29 AM, Bruce <dangle at tomo.co.nz> wrote:
> Is u: (and v: w: for that matter) intended to correspond to a particular
> drawn entity size in the finished pdf, or are they just arbitrary variables
> for which one can calculate the value of, using the code in the initialise
> definition?

u allows nonlinear scaling of symbols depending on scale. The macro
initialize assigns a fixed value to 'u' which will be used in pdf for
that scale. On average, diameter of point symbols is 1u in the output.

v and w behave differently (v could be used e.g. for some area fills
with decreasing distance among symbols for smaller scales but only up
to a certain threshold, then bigger distance again; w is almost
constant). Currently they are not (or perhaps only occasionaly) used
in symbols design.

In the beginning we wanted to do some sort of optimization of values
assigned to u, v, w but did not manage to do it so far. It would be
useful if somebody could test alternative values (and alternative
breaks for map scale in the initialize macro) for various scales and
various styles of map drawing (lot of symbols vs. sparsely filled
map). Good setup of these values could improve map appearance
substantially.

Cheers,
Martin

Reply via email to