and received a basically empty GPX file. Source and result file plus console dump attached. Using Java 8 Update 91 on Win7x64.
Code:
c:\temp>java -version
java version "1.8.0_91"
Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)
(08.04.2019, 08:57)VolkerB Wrote: Garmin GDB (aka. Garmin GPS Database Version 3 as produced by latest version of MapSource) file conversion to GPX does not seem to work.
I've tried this here and got a simple GPX with 1 position:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<gpx xmlns="http://www.topografix.com/GPX/1/0" version="1.0" creator="RouteConverter 2.25">
<name>3DEXITE München GmbH, Rosenheimer Straße 145a, 81671 München,+49</name>
<time>2019-04-08T08:09:18.223Z</time>
<bounds minlat="48.121274980" minlon="11.605936009" maxlat="48.121274980" maxlon="11.605936009"/>
<wpt lat="48.121275" lon="11.605936">
<ele>544.0</ele>
<time>2016-04-12T13:59:57.000Z</time>
<name>3DEXITE München GmbH, Rosenheimer Straße 145a, 81671 München,+49(0)089-2002750</name>
<cmt>3DEXITE München GmbH, Rosenheimer Straße 145a, 81671 München,+49(0)089-2002750</cmt>
<desc>3DEXITE München GmbH, Rosenheimer Straße 145a, 81671 München,+49(0)089-2002750</desc>
<sym>Residence</sym>
</wpt>
</gpx>
16.04.2019, 11:41 (This post was last modified: 16.04.2019, 11:44 by JeffStark.
Edit Reason: edited the sentence
)
Hello Christian,
A couple of years ago I used JaVaWa RTWtool to convert to a standardized GPX track. Is it easier to work with GPSBabel or BaseCamp, if I need to upload many files (converted to GPX) and then compare them?
(16.04.2019, 11:41)JeffStark Wrote: A couple of years ago I used JaVaWa RTWtool to convert to a standardized GPX track. Is it easier to work with GPSBabel or BaseCamp, if I need to upload many files (converted to GPX) and then compare them?
Dear Jeff,
I don't know these tools well. At least GPSBabel allows for some automation when you use it on the command line and in scripts.