encoding utf-8 source LimleyInlet.th #Surveys to output #----------------- export map -proj plan -layout topodroid -o LimleyInlet.pdf layout topodroid #legend on symbol-hide group centerline symbol-show point station debug station-names #scale 1 750 symbol-set BCRA fonts-setup 6 12 16 40 60 colour map-fg [97 93 43] #debug on code metapost # define sump to be dark blue def a_sump (expr p) = T:=identity; #thfill p withcolor (0.05, 0.0, 0.7); #dark blue thfill p withcolor (0.48, 0.84, 1.0); enddef; endcode endlayout