|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
thattr.cxxHi,
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@... http://mailman.speleo.sk/mailman/listinfo/therion |
|
|
Re: thattr.cxxSorry 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@...> 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@... > http://mailman.speleo.sk/mailman/listinfo/therion > Therion mailing list Therion@... http://mailman.speleo.sk/mailman/listinfo/therion |
|
|
Re: thattr.cxxHi Stacho,
> 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. no hurry :-) As I wrote, I acutally was looking how to choose a coordinate system for tabular cave-list output, and then stumbled upon that unfinished KML exporter. Regards, Thomas _______________________________________________ Therion mailing list Therion@... http://mailman.speleo.sk/mailman/listinfo/therion |
| Free embeddable forum powered by Nabble | Forum Help |