|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Problem with KML inputHi there!
I'm having some trouble converting my KML track to GPX format using Babel beta 1.4.3. I also tried current, 1.4.2 as of this writing, to no avail. Both for OSX, and I'm using Lion. My problem seems to be that my input KML isn't recognized. Here's what happens:
I select "Google Earth (Keyhole) Markup Language" as the input format, specify my KML file as the input, and choose "GPX XML" as the output. I hit Apply, and Babel gives me this as output:
gpsbabel -w -r -t -i kml,lines=1,points=1,floating=0,extrude=0,track=1,trackdata=1,trackdirection=0,labels=1 -f /Users/gurami/Downloads/history.kml -o gpx,suppresswhite=0,logpoint=0,humminbirdextensions=0,garminextensions=0 -F /Users/gurami/Downloads/history6.gpx However, the output GPX file is empty, except for the header:
Below is a snippet of my KML file, which I generated from google maps. I've also tried to strip out the extra gunk tags between <Document> and the opening <Placemark> tag, but I get the same result. Is my KML file not supported? What can I do to as a workaround? Thanks for the help!
<?xml version="1.0" encoding="UTF-8"?> ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@... To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
|
|
Re: Problem with KML input
Mike,
Your kml violates the schema, but fixing it doesn't seem to solve your complaint. The schema dictates that a <gx:Track> element will accept a series of <when> elements followed by a series of <gx:coord> elements. This is fixed below. In any event it looks like the kml writer has some support for multiTrack, but I am not sure there is anything there for the kml reader. <?xml version="1.0" encoding="UTF-8"?> On 12/5/2011 3:38 PM, Mike Weissberger wrote: Hi there! ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@... To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
|
|
Re: Problem with KML inputWe don't read gx:track; that's an extension to KML.
On Mon, Dec 5, 2011 at 3:30 PM, tsteven4 <tsteven4@...> wrote:
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Gpsbabel-misc mailing list http://www.gpsbabel.org Gpsbabel-misc@... To unsubscribe, change list options, or see archives, visit: https://lists.sourceforge.net/lists/listinfo/gpsbabel-misc |
| Free embeddable forum powered by Nabble | Forum Help |