This object is in archive! 
kml/kmz import results in wrong track style
Solved
When importing any kml/kmz, Locus (pro, free & testing) sets the flag
"close path and fill with color"
on the resulting tracks. Why? Those are just tracks, not "areas". Test case:
http://www.alpenzorro.de/rehabilix/da...
or any other "earth" link from
http://www.alpenzorro.de/rehabilix/
When I open these with GoogleEarth on my desktop, they all look fine.
Thanks for report, issue in Locus of course, fixed (problem was that in
<PolyStyle>
<color>7f0000ff</color>
</PolyStyle>
is missing <fill>0</fill>. It`s optional but I had by default set value 1, so track was filled because this tag was missing.
Thanks for report, issue in Locus of course, fixed (problem was that in
<PolyStyle>
<color>7f0000ff</color>
</PolyStyle>
is missing <fill>0</fill>. It`s optional but I had by default set value 1, so track was filled because this tag was missing.
thanks for fixing!
thanks for fixing!
Replies have been locked on this page!