Flight paths linking placemarks using Java Api For Kml(JAK)
Posted
by Kayson
on Stack Overflow
See other posts from Stack Overflow
or by Kayson
Published on 2010-05-17T07:54:32Z
Indexed on
2010/05/17
8:00 UTC
Read the original article
Hit count: 349
kml
|google-earth
Currently i'm having a project which requires to set placemarks and link them with polylines (i suppose), lines which have an arc to it, with properly segmented portions to the arc. I've been able to generate kml file with jak library. But i can't produce more den 1 placemark in the kml file. And i'm quite stuck at the link of paths.
http://www.barnabu.co.uk/google-earth-complete-us-air-routes/
This website is something that is close to what i'm required to do. I'm very new towards kml and java so please help me out. Thanks in advance.
© Stack Overflow or respective owner