Hello,
where can i set the color of a displayed item?
in my device this color is changed after each activation of that item, see screencast.
Locus switched your track color automatically from yellow to pink?
Quote from: gynta on October 04, 2014, 22:09:02
Locus switched your track color automatically from yellow to pink?
So it is, i stop my test after i got 10 times a different color only activate/deactivate item as you see in screencast
please attach the item file
Bitteschön :D
oh sorry, here it is 8)
check your KML file. Line has set "random" color! so everytime you load track, Locus generates random color ;)
Odesláno z mého D5503 pomocí Tapatalk
edit
too late... :D
<LineStyle>
<colorMode>random</colorMode>
<width>5</width>
</LineStyle>
Ok understand thanks,
but i dont understand why hexcode is mirrored in locus :-[
<LineStyle>
<color>FFFF0000</color>
<width>3</width>
</LineStyle>
with this code the line is blue
normal blue in HEX is 0000FF
please read here
https://developers.google.com/kml/documentation/kmlreference?hl=cs#color