Replies: 9 comments 2 replies
-
Can you please share your KML so we can understand why the original color was not recognized (email is ok if you don't want to share publicly)? Or tracks were originally of the same color? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer.
The issue does not concern the recognition of the color stored in the
file. I am using a gpx to kml converter, and having kml files I would like
to be able to easily change the color in the application after importing
the kml file into the program.
It is easier to change what the apk displays than to go back to the kml
editor, change track parameters, export and import it back to the Organic
Map.
Best regards.
ps
Also thanks for the option to import bookmarks. This was missing in mapsme
before.
|
Beta Was this translation helpful? Give feedback.
-
Yes, the color interpretation is ok. Another application gives a different
color and I have no problems with that. It is about the ability to change
the display color regardless of what is defined in the imported file.
Something like it has always been in various Garmin navigation devices.
Best regards
|
Beta Was this translation helpful? Give feedback.
-
Hi, here are some examples of kml file
This file has a color definition and Organicmaps displays it as pink as it
is defined.
`
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<open>true</open>
<Style id="routeStyle">
<LineStyle>
<color>7FFF0055</color>
<width>3.0</width>
</LineStyle>
</Style>
<Style id="trackStyle">
<LineStyle>
<color>FFFF00FF</color>
<width>3.0</width>
</LineStyle>
</Style>
<Placemark>
<name>Track: Trasa2020 dz1</name>
<styleUrl>#trackStyle</styleUrl>
<LineString>
<coordinates>20.71.......................
'
This converted file without a color definition is displayed with a default
dark blue color.
`
<kml>
<Document>
<name/>
<Placemark>
<description></description>
<name>new</name>
<LineString>
<coordinates>22.0.................
`
The problem is precisely those files with no color definition, all
displayed the same color.
Such files exist and you have to live with them somehow.
Therefore, the option to change the color on the Organicmaps would make
the use of the apk very much easier.
Regards
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Changing track color is a useful feature. Isn't it already listed somewhere in open issues? |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? It would be really really great to be able to change the colours within the app. |
Beta Was this translation helpful? Give feedback.
-
I make the same request for GPX files. In addition, it would be nice to distinguish the starting point from the arrival point and indicators that indicate the direction of the route. I have gpx loop routes and I can't tell where they start from. Thank you for this wonderful app. |
Beta Was this translation helpful? Give feedback.
-
Changing the imported track (GPX or KML) color for iOS has been implemented and released. Any volunteers to do it in a similar way for Android are welcome! Some examples of how it works on iOS are here: #7499 |
Beta Was this translation helpful? Give feedback.
-
Can you add options to change the color of the displayed track imported from kml? My all added tracks now display in dark blue. In the track info menu there is a circle with the track color and it would be nice if you click on it to be able to change the color of what you see on the map.
Now with impoted several tracks of the same color displayed, everything becomes unreadable.
Beta Was this translation helpful? Give feedback.
All reactions