As the first person to start posting recon paths on Google Earth (sorry, I had to take just a little credit for this

), I have an idea that might help this effort out. The last time I posted GE recon maps on the S2K board (for Invest 91L just off the North Carolina coast), instead of drawing paths, I just updated an elementary KML file (edited in Notepad) with the final lat/lon coordinate of each miniob, saved the file as .kml again, then opened it up in Google Earth.
You have a file that looks like this:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.0">
<Placemark>
<LineString>
<coordinates>
-88.93333,30.40000
-88.43333,30.68333
-87.83333,31.11667
-87.06667,31.68333
-86.10000,31.86667
-85.03333,31.81667
-83.98333,31.83333
-82.93333,31.95000
-81.91667,32.06667
-80.91667,32.00667
-79.91667,31.91667
-78.98333,31.86667
-78.43333,31.56667
-77.91667,31.26667
-77.68333,31.55000
-77.48333,32.10000
-77.30000,32.66667
-77.10000,33.21667
-76.76667,33.75000
-76.31667,34.18333
-76.00000,34.51667
-76.51667,34.25000
-76.96667,33.96667
-77.30000,33.88333
-77.30000,34.43333
-77.00000,34.25000
-77.01667,33.76667
-76.68333,33.61667
</coordinates>
</LineString>
</Placemark>
</kml>
Up to 50 sets of coordinates can be placed in the file this way, enough for a mission of over 8 hours.
And the resulting map looks like this:
Perhaps you could even set it up that the .kml file could be placed on a server - that way people could download it as a network link.