[Therion] thattr.cxx
Thomas Holder
thomas at thomas-holder.de
Sat Aug 29 12:26:56 CEST 2009
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
More information about the Therion
mailing list