[Mapserver-users] Railroad Symbol

TCHaddad TCHaddad at cshore.com
Tue Feb 25 15:18:32 EST 2003


For the benefit of the archives, this is also a working railroad symbol definition:


    SYMBOL 'line'
    SIZE 1
    OVERLAYSYMBOL 'tie'
    OVERLAYSIZE 3


where:

  Symbol
    NAME 'line'
    TYPE ellipse
    FILLED true
      POINTS
        1 1
      END
  END

  Symbol
    NAME 'tie'
    TYPE Ellipse
    FILLED TRUE
    POINTS 1 1 END
    STYLE 1 3 END
  END

                 



More information about the mapserver-users mailing list