[Therion] How to create KML files

2015-03-22 Thread Bill Gee
Hello everyone - I am trying to create a KML file. Therion throws an error: "therion: warning -- data not georeferenced -- unable to export KML file" I think this is because I have not included latitude/longitude information. My question is ... How is latitude and longitude specified? Readi

[Therion] How to create KML files

2015-03-22 Thread Henry Bennett
Use Fix http://therion.speleo.sk/wiki/doku.php/tbe:wiki2?s[]=fix&s[]=entrance -Original Message- From: therion-bounces at speleo.sk [mailto:therion-boun...@speleo.sk] On Behalf Of Bill Gee Sent: 22 March 2015 21:48 To: Therion Mail List Subject: [Therion] How to create KML files Hello e

[Therion] How to create KML files

2015-03-22 Thread Adam Sampson
Data modified to obscure cave location, but this should work. The long/lat order is the same as you put in your cs statement. The "200" is elevation in meters. I'm pretty sure it's optional. # Tie the Survey to a GPS point at the entrance. cs long-lat fix 0 -86:10.100 37:40.100 200 station 0 "M

[Therion] How to create KML files

2015-03-22 Thread Olly Betts
On Sun, Mar 22, 2015 at 10:04:42PM -, Henry Bennett wrote: > Bill Gee writes: > > "therion: warning -- data not georeferenced -- unable to export KML file" > > > > I think this is because I have not included latitude/longitude information. > > > > My question is ... How is latitude and longi

[Therion] How to create KML files

2015-03-22 Thread Bill Gee
Thanks Olly, Henry and Adam - This was enough information for me to get a KML file out of Therion. I sent it off to someone else to verify that it lands in about the right place. Google Earth has a Linux version, but it is badly supported and very buggy. Now that I know the secret incantati