Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

Currently i am working on Google Earth to plot some points, i have co-ordinates in excel file, i converted excel to .kml file and plot on Google earth. that's all fine till here.
Now i jump to my question:
Actually i draw all points but my requirement is to show transition(Lines) between to points eg.
There is some points A,B,C,D,E,F

A--> B--> C (A is connected to B and B is connected to C)
similarly
C-->E
A-->E
A-->F

so i have to show these transition in Google Earth by KML file which is generated from Excel file.
For reference and below are the transition points in which
4021--> 4023
4021-->3117
4021--> 4023
3117
Please suggest how to modify the excel file so that i can achieve this.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900