[mapserver-users] overlaysymbol depreciated?

andy andy at squeakycode.net
Wed Aug 28 07:29:41 PDT 2013


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



More information about the mapserver-users mailing list