The attachment has been stripped somehow, so here is a download link: http://www.emaitie.de/data/tcx-support.zip
Regards, Adrian. > -----Ursprüngliche Nachricht----- > Von: [EMAIL PROTECTED] [mailto:josm-dev- > [EMAIL PROTECTED] Im Auftrag von Adrian Stabiszewski > Gesendet: Sonntag, 10. August 2008 12:24 > An: [email protected] > Betreff: [josm-dev] TCX Support > > Hi JOSM Devs! > > I added support for TCX files in JOSM. For those who don't know, TCX files > are GPS/Training log files used by the Training Center software from > Garmin. > > The code depends on JAXB (Java Architecture for XML Binding) so I don't > know > if you like this dependency or not (it's GPLv2). > > I'm supplying a patch that includes the generated code. Usually it is not > good practice to commit generated code into a SCM, but since the schema > won't change in the near future it might be easier for everyone to have it > in the SCM. > > The JAXB can be downloaded here: > https://jaxb.dev.java.net/ > > For the patch to work you will need the jaxb-api.jar and jaxb-api.jar in > your classpath. > > I have added some information on JAXB and how to generate the parsing code > in the java doc of the TcxReader class. > Using this approach we could add support for more XML based file formats. > It > only takes a few minutes to do that. > > Hope you will add this patch to the source code. > > Regards, > Adrian. _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
