Issue with Custom Icons After Recent Route/Point Library Update
Hello Locus Map Team,
I'm encountering an issue with the display of my custom icons for points since the recent update that introduced the new route and point library. I have been a long-time user of Locus Map and have always used my own set of icons for my waypoints. My usual workflow involves regularly exporting my data as KMZ files, and in the past, these KMZ files consistently included my points with their associated custom icons.
Before the update, the icon style definition within the doc.kml file within my KMZ exports looked like this:
XML
<Style id="file:my_icons_v2.3.zip:sunrise_red.png"> <IconStyle> <Icon><href>files/file-my_icons_v2.3.zip-sunrise_red.png</href></Icon> <hotSpot x="0.5" y="0.0" xunits="fraction" yunits="fraction" /> </IconStyle> </Style>
However, after the update, the same icon style definition in the exported doc.kml now appears as follows:
XML
<Style id="file:///storage/emulated/0/Android/data/menion.android.locus/files/Locus/data/import/2025_05_05_0846_1554_Fotostandorte.kmz/files/file-my_icons_v2.3.zip-sunrise.png"> <IconStyle> <Icon><href>files/file-storageemulated0Androiddatamenion.android.locusfilesLocusdataimport2025_05_05_0846_1554_Fotostandorte.kmzfilesfile-my_icons_v2.3.zip-sunrise_red.png</href></Icon> <hotSpot x="0.5" y="0.0" xunits="fraction" yunits="fraction" /> </IconStyle> </Style>
To me, it seems like the path to the icon has changed from a relative path (in the first example) to an absolute path (in the second example)?
Consequently, with the new version of Locus Map, my custom icons are no longer displayed correctly.
Could you please investigate this issue and provide guidance on how to resolve it? My custom icons are an integral part of how I use Locus Map for navigation and organization.
Thank you for your time and assistance.
Replies have been locked on this page!