Re: [Gpsbabel-misc] [1.5.4/Win] KML > GPX: Empty; How to get English UI?
GPSBabel converts and transfers data like waypoints, tracks & routes.
Brought to you by:
robertl
|
From: tsteven4 <tst...@gm...> - 2017-09-23 18:34:20
|
To do this hit the Filters button, then select click on Miscellaneous. Make sure all the boxes for Routes, Tracks & Waypoints under "Nuke (Remove) Data Types" are not checked. On 9/23/2017 12:19 PM, tsteven4 wrote: > Turn of the nuketypes filter. Afterwards the command line in the > white box should not show "-x nuketypes,waypoints" > > > > On 9/23/2017 12:07 PM, Gilles wrote: >> Hello, >> >> I'm using 1.5.4 on Windows (7), and have a couple of questions: >> >> 1. Using the default settings, for some reason, the following KML >> file is >> turned into an empty GPX file: >> >> ============= KML input >> <?xml version="1.0" encoding="UTF-8"?> >> <kml xmlns="http://earth.google.com/kml/2.2"> >> <Document> >> <name>Dummy KML input file</name> >> <visibility>0</visibility> >> <Placemark> >> <name>Some waypoint</name> >> <TimeStamp><when>2017-09-23T12:23:53Z</when></TimeStamp> >> <styleUrl>#placemark-purple</styleUrl> >> <Point><coordinates>2.3040676,48.82447</coordinates></Point> >> <ExtendedData xmlns:mwm="http://mapswith.me"> >> <mwm:scale>18</mwm:scale> >> </ExtendedData> >> </Placemark> >> </Document> >> </kml> >> ============= >> >> Here's the GPX output: >> ============= GPX output >> <?xml version="1.0" encoding="UTF-8"?> >> <gpx version="1.0" creator="GPSBabel - http://www.gpsbabel.org" >> xmlns="http://www.topografix.com/GPX/1/0"> >> <time>2017-09-23T17:26:27.506Z</time> >> </gpx> >> ============= >> >> Here's a screenshot: >> https://s26.postimg.org/675gouzex/GPSBabel.empty.GPX.file.png >> >> FWIW, the KML-to-GPX conversion works fine when using the >> https://kml2gpx.com site. >> >> 2. How to force GPSBabel to use English for the UI? I use French as the >> Locale, although Windows is the US version. >> >> Thank you. >> >> >> >> -- >> Sent from: >> http://gpsbabel.2324879.n4.nabble.com/GPSBabel-General-f3.html >> >> ------------------------------------------------------------------------------ >> >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> Gpsbabel-misc mailing list http://www.gpsbabel.org >> Gps...@li... >> To unsubscribe, change list options, or see archives, visit: >> https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc > |