[mapserver-users] python mapscript - creating vector symbols on the fly?

Fawcett, David David.Fawcett at state.mn.us
Wed Sep 24 16:09:40 EDT 2008


In Python mapscript, is it possible to construct a vector symbol, like a
circle, without referencing a mapfile or a symbolset file?  

Essentially, build this in code:

SYMBOL
  NAME 'circle'
  TYPE ELLIPSE
  POINTS 1 1 END
  FILLED TRUE
END

If so, a few lines of code would be greatly appreciated...

David.


More information about the mapserver-users mailing list