Global Mapper v26.0

kml export not quite right

davehale23
davehale23 Global Mapper User
edited July 2010 in Bug Report
Using Global Mapper v 11.01
Build Time Nov 24 2009 07:01:34

When exporting KMLs with "Save LOS to KML file" from the "Path Profile/Line of Sight" tool, the 'Sight Line' isn't quite right. The best way to see this issue is to export a rather long path with F1. (see attached) You will see that the F1 line starts out below the 'Sight Line' but then in the middle, goes above it. I believe that this is an issue with the way that Google Earth is handling this . . .

<name>Sight Line</name>
<styleUrl>#line1</styleUrl>
<LineString>
<altitudeMode>absolute</altitudeMode>
<extrude>0</extrude>
<coordinates>
-105.2159790000,39.5468432991,2256.718
-105.3110200000,39.8871429991,2379.714
</coordinates>
</LineString>

I have seen this issue in lines that I have created in KMLs. When you stretch the line above a certain distance, the line seems to droop. It might not be correctly accounting for earth curvature?

Since you are specifying each point for the F1 line like this . . .

<LineString>
<altitudeMode>absolute</altitudeMode>
<extrude>0</extrude>
<coordinates>
-105.2159790000,39.5468432991,2256.718
-105.2160527324,39.5471073019,2255.898
-105.2161264647,39.5473713048,2255.614
-105.2162001971,39.5476353077,2255.419
.....
-105.3108725353,39.8866149933,2378.44
-105.3109462676,39.8868789962,2379.039
-105.3110200000,39.8871429991,2379.714
</coordinates>
</LineString>

Google Earth is placing each point in the exactly correct location. I believe that if you specify each 'Sight Line' point using a similar method, all will look well.

thanks
-dave

Comments