Conversion of KMZ files to GPX format for OsmAnd but with icons.
OsmAnd supports importing KMZ files, but all icons are converted into a default red star. This happens because OsmAnd does not support Google Maps (Gmail-style) icons.
It looks at each original icon and assigns the most similar equivalent from OsmAnd’s icon set, preserving as much visual meaning as possible.
Proposition of mapping between gmap and OsmAnd icons can be found in icons-gmap-osmand.pdf
Example of result:
Project is based on https://www.mail-archive.com/osmand@googlegroups.com/msg07817.html
PS
Python 3 is needed.
There are some icons for my needs only implemented at this moment.
Any icons that can’t be matched are shown as a black question mark in OsmAnd, making it easy to spot them and decide what to do next.
Let me know if you have suggestions or don't know how to do it.