Rail Roads

Jerl Simpson jerl.simpso at GMAIL.COM
Tue Jan 31 10:33:55 EST 2006


Hello,

I'm wondering if anyone has a good way to do rail roads.  I can't seem to
work it out.  I've found a few examples, but nothing really quite what I'm
looking for.
If someone has a good idea, please let me know.
Mine currently look like:

.........
    CLASS
      STYLE
        COLOR 255 0 0
        SYMBOL 'point'
        SIZE 4
      END
      STYLE
        COLOR 220 220 220
        SYMBOL 'rectangle-train'
        SIZE 2
      END
    END
.......

where

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

and

SYMBOL
  NAME 'rectangle-train'
  TYPE VECTOR
  POINTS
    0 0
    0 0.6
    1 0.6
    1 0
    0 0
  END
  FILLED TRUE
  STYLE
    8 4 8 4
  END
END


thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060131/bcc27800/attachment.html


More information about the mapserver-users mailing list