[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: Gilles <cod...@fr...> - 2017-09-23 18:07:19
|
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 |