[mapserver-users] overlaysymbol depreciated?

Havard Tveite havard.tveite at umb.no
Thu Aug 29 00:15:29 PDT 2013


Both SYMBOL 0 + SIZE 1 and WIDTH 1 should work, but why don't
you want to use WIDTH?
WIDTH is now the recommended way of specifying the width of
lines.  It is also used in
http://mapserver.org/mapfile/symbology/construction.html

Håvard

On 8/28/2013 4:29 PM, andy wrote:
> It still draw's correctly, so I'd say its still in the code (I'm running 6.2.1).
>
> Reading: http://mapserver.org/mapfile/symbology/construction.html
>
> it looks like I want have multiple SYLE's listed.  Something like:
>
> CLASS
>      NAME 'Railroad'
>      STYLE
>          SYMBOL 0
>          COLOR 0 0 0
>          SIZE 1
>      END
>      STYLE
>          SYMBOL 'railway'
>          COLOR 0 0 0
>          SIZE 7
>          GAP -25
>      END
> END
>
> Yes?
>
> -Andy
>
>
> On 8/28/2013 9:25 AM, thomas bonfort wrote:
>> They've been deprecated ages ago... not sure when and if they were
>> actually removed completely...
>>
>> CLASS
>>          NAME 'Railroad'
>>          STYLE
>>            COLOR 0 0 0
>>            WIDTH 1
>>          END
>>          STYLE
>>            SYMBOL 'railway'
>>            COLOR 0 0 0
>>            SIZE 7
>>            GAP -25
>>          END
>> END
>>
>> On 28 August 2013 16:15, andy <andy at squeakycode.net> wrote:
>>> My current maps have railroads displayed like this:
>>>
>>> CLASS
>>>          NAME 'Railroad'
>>>          SYMBOL 'circle'
>>>          COLOR 0 0 0
>>>          SIZE 1
>>>          OVERLAYSYMBOL 'railway'
>>>          OVERLAYCOLOR 0 0 0
>>>          OVERLAYSIZE 7
>>>          STYLE
>>>                  GAP -25
>>>          END
>>> END
>>>
>>> Which works.  But OverlaySymbol and friends don't seem to be documented.
>>> Did they go away at some point?  What should I be using instead?
>>>
>>> Thanks,
>>>
>>> -Andy
>>> _______________________________________________
>>> mapserver-users mailing list
>>> mapserver-users at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>

-- 
Håvard Tveite
Department of Mathematical Sciences and Technology, UMB
Drøbakveien 31, POBox 5003, N-1432 Ås, NORWAY
Phone: +47 64965483 Fax: +47 64965401 http://www.umb.no/imt/


More information about the mapserver-users mailing list