Hello,<br><br>I'm wondering if anyone has a good way to do rail roads.&nbsp; I can't seem to work it out.&nbsp; I've found a few examples, but nothing really quite what I'm looking for.<br>If someone has a good idea, please let me know.
<br>Mine currently look like:<br><br>.........<br>&nbsp;&nbsp;&nbsp; CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 'point'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 4<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 220 220 220<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 'rectangle-train'
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; END <br>.......<br><br>where<br><br>SYMBOL<br>&nbsp; NAME 'point'<br>&nbsp; TYPE ELLIPSE<br>&nbsp; POINTS<br>&nbsp;&nbsp;&nbsp; 1 1<br>&nbsp; END<br>&nbsp; FILLED TRUE<br>END<br><br>and<br><br>SYMBOL<br>&nbsp; NAME 'rectangle-train'
<br>&nbsp; TYPE VECTOR<br>&nbsp; POINTS<br>&nbsp;&nbsp;&nbsp; 0 0<br>&nbsp;&nbsp;&nbsp; 0 0.6<br>&nbsp;&nbsp;&nbsp; 1 0.6<br>&nbsp;&nbsp;&nbsp; 1 0<br>&nbsp;&nbsp;&nbsp; 0 0<br>&nbsp; END<br>&nbsp; FILLED TRUE<br>&nbsp; STYLE<br>&nbsp;&nbsp;&nbsp; 8 4 8 4<br>&nbsp; END<br>END<br><br><br>thanks<br>