[mapserver-dev] Built-in/default symbols in MapServer...

Tamas Szekeres szekerest at gmail.com
Mon Jan 11 06:22:21 EST 2010


2010/1/11 Lime, Steve D (DNR) <Steve.Lime at state.mn.us>

> Hi all: What would devs think about adding a reasonable set of default
> symbols to MapServer? They'd just be there to reference by name. It's a
> relatively simple change. Just define a static array of symbol defs (e.g.
> "SYMBOL NAME \"__ms_circle__\" ...) and define a msUpdateSymbolFromString()
> function similar to the ones used already in mapfile.c. (this is probably a
> good idea anyway for use in mapscript). The string parsing makes it easy to
> define the defaults. I've got it working locally and it's a nice
> convenience. Hardest part would be defining which are good defaults and what
> a good
> naming convention would be. If there's interest I can write up a quick
> RFC...
>
>
Hi Steve,

We already have some conventions with regards to the OGR style mappings (for
example mapping the marker symbols to a symbol with 'default-marker' as a
last resort). I think these names should anyway be defined by default in
MapServer. However I'm not sure how the name collisions would be handled in
this regard. We should probably override the symbols with the same name by
using the following priorities:

1. The symbol defined in the mapfile
2. The symbol defined in the symbolset file
3. The symbol defined my MapServer

Curently this issue is not handled and multiple symbols with the same name
can co-exist in the symbolset, however only the first symbol of the same
name is actually used during the symbol lookups. This would be annoying for
those application which displays a symbol selector window for the user.


We could also consider supporting the default MapInfo symbols (line and area
styles), however our symbol definition approach should somewhat be extended
to implement all of those (lines and brush patterns). It would be a good
solution to support grouping multiple symbols to define a new symbol which
would allow to create more complex representations (like combining filled
and non filled vectors)


Best regards,

Tamas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20100111/b8a8c3d4/attachment.html


More information about the mapserver-dev mailing list