Sorry for late answer. I will fix this in next snapshot. KML export of cave-list is not finished yet, therefore it is the same as export_txt. I have just prepared lat-long columns, but not translated this table into KML XML structure. I can finish it, if you need it.
Regards, S. On Sat, Aug 29, 2009 at 12:26 PM, Thomas Holder <thomas at thomas-holder.de> wrote: > Hi, > > two things: > > First, there is a newline print missing in thattr::export_kml: > > --- thattr.cxx.orig 2008-12-04 09:25:36.000000000 +0100 > +++ thattr.cxx  2009-08-29 11:07:03.000000000 +0200 > @@ -624,6 +624,7 @@ >    fprintf(f,"%s%s",hasone ? "\t" : "",value); >    hasone = true; >   } > +   fprintf(f,"\n"); >  } > > > Second: Why is export_kml acutally the same as export_txt, but with extra > lat-long columns? I found this while looking for a way to export cave-list > with lat-long entrance coordinates, what seems not to be possible (no > -layout-cs supported for export cave-list). > > Regards, >  Thomas > _______________________________________________ > Therion mailing list > Therion at speleo.sk > http://mailman.speleo.sk/mailman/listinfo/therion >
