Koukám, že jsem sem nedoplnil svoje řešení. Prostě jsem upravil makro v části s popisem WP.
Takhle:
{Metoda vraci jmeno symbolu, ktery ma byt pouzit pro waypoint}
function WaypointSymbol(WptType : String): String;
begin
Result := WptType;
if (CHANGE_WAYPOINT_SYMBOLS = '1') then
begin
case WptType of
'Final Location': begin Result := 'Flag, Red'; end;
'Parking Area': begin Result := 'Parking Area'; end;
'Question to Answer': begin Result := 'Flag, Green'; end;
'Reference Point': begin Result := 'Flag, Blue'; end;
'Stages of a Multicache': begin Result := 'Flag, Green'; end;
'Trailhead' : begin Result := 'Flag, Blue'; end;
end;
end;
end;
Ještě bych poznamenal, že mysterky exportuji na finálních souřadnicích, takže 'Final Location' jsou vlastně výchozí souřadnice keše.