On Fri, Oct 14, 2005 at 02:03:31PM +0200, Ralph Anthes wrote:
> $label->set("wrap"," ");
>
> I want to wrap at whitespaces of a description. When I use the wrap in
> the map file it works fine.
I've never used label objects. I had a quick look at mapscript and I
would give...
| $label->set("wrap",32);
... a try.
Dirk.