Line Width Problem
Thomas Hammerlund
tom at MAPLINK.JP
Mon Jul 24 00:26:50 PDT 2006
Thank you for your reply.
I use the 'circle' symbol for when the line is less than 1. I did try using
circle for all widths, but it produces the same result. I think when the
line is about to reach the edge and it stops drawing, the half-circle is
what is left and that's what is seen. (Does that make sense?) I think it's
like if you put two quarters together. There's space in between them.
Is there a different symbol that might work better?
----- Original Message -----
From: "Blammo" <bob.basques at ci.stpaul.mn.us>
To: "Thomas Hammerlund" <tom at MAPLINK.JP>
Sent: Monday, July 24, 2006 4:00 PM
Subject: Re: Line Width Problem
>
>>
>>
>>
>> Hi Everyone,
>>
>> I'm having a little trouble with my line widths. I'm using tiled
>> layers, and when lines with a with greater than 1 reach the edge, they
>> don't connect properly. Does anyone have a solution for this? Below is
>> the class section for this layer.
>>
>> CLASS
>> MAXSCALE 25000
>> MINSCALE 0
>> Name style1
>> EXPRESSION /l_bbbag|l_bbbaf/
>> STYLE
>> COLOR 240 184 53
>> WIDTH 3
>> END
>> END
>>
>> Is there maybe a symbol I could use that would go beyond the tile?
>>
>>
> Did you try it with a SYMBOL defined in the style?
>
> My wide lines look like this for example:
>
> LAYER
> . . .
> TYPE LINE
> CLASS
> STYLE
> SYMBOL 'circle'
> SIZE 5
> END
> COLOR 175 175 175
> NAME 'Local Roads'
> END
> END
>
>
More information about the MapServer-users
mailing list