I am writing data out to a GPX file (with Python code). A waypoint looks like so:
<wpt lat="45.811000000000000" lon="-105.021100000000000">
<name>Some Project</name>
<sym>Flag, Blue</sym>
</wpt>
I open the file in OSMAnd and can see the waypoints and the name of each. Each waypoint has a symbol that is a red circle with a black star in it. I've tried playing with the value of <sym> but the symbol is always the same. How do I have it display a different symbol?