amithpdn / kml-samples

Automatically exported from code.google.com/p/kml-samples
0 stars 0 forks source link

Drawing Rhumb Lines #301

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Google Earth

Currently when drawing a line between two points GE draws the shortest path 
(Great Circle). It would be nice to to be able to also draw it as a Rhumb-
line (constant heading). 

Work around is to calculate intermediate points on the rhumb line thereby 
increasing the file size substantially.

Original issue reported on code.google.com by bdeloren...@gmail.com on 8 Sep 2009 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by api.roman.public@gmail.com on 2 Oct 2009 at 9:59

GoogleCodeExporter commented 9 years ago
well, where is it?

Original comment by jjos...@gmail.com on 18 Oct 2009 at 1:25

GoogleCodeExporter commented 9 years ago
There should be a Kml selector on LineStrings, Polygons, and LinearRings for 
either GreatCircle or Rhumb to have them drawn either way.
That would be the most flexible.

Original comment by jlama...@gmail.com on 21 Oct 2010 at 3:16