I'm wondering how to make it so that each individual map will have a uniquely colored centerline? This would be very helpful for differentiating between different surveys at a glance. In the following example, I would like to to have clay_splay and clay_center be drawn in different colors. The map that I am selecting in thconfig is clay_main, by the way.<br>
<br><code><br> map clay_splay -proj plan<br> splay.trip2 <br> splay.trip3<br> endmap<br><br> map clay_center -proj plan<br> center.trip2<br> center.trip3<br> endmap<br><br> map clay_main<br> clay_splay<br>
clay_center<br> endmap clay_main<br></code><br><br>I've attached a PDF that shows roughly what I have in mind, although the alternating blue and green is not necessary. They can both be the same color, as long as that color isn't the same as the centerline :-). Does there happen to be a metapost wizard out there who might have an idea? Thanks in advance!<br>
<br>-- <br>-Jonny ^v^