I can't handle a raw gpx file, but if it has been read into something like MapSource and formatted with new line characters, it can be read into my web page...
My new Windows Phone app which does GPS tracking and waypoint routing needs some beta testers. One of its features is importing and export GPX files. If you...
Drag and drop into Earth. Done. Or you can choose a GPX from from File->Open if that whole draggy droppy thing isn't for you. It should work for any (valid)...
My brother has an extensive customer list. I was thinking of writing him an application in MS Access to track them and export GPX files. Has anyone already...
Hi All I think the <SYM> tag needs to have its contents defined. For example, Garmin and Satmap (GPS device makes) both have a list of symbols they use, with...
I've observed the same thing in my app. The only thing I'd add is that custom symbols could be allowed by supporting SVG in the same GPX file. As long as the...
This was debated a lot during the formation of the spec. It's a really hard problem to solve in the general case. A Garmin GPS might have "House" while a...
SVG is XML. In a next generation specification, embedding an SVG file into the GPX is a very simple way to solve the cross device interoperability problem...
I have an idea of synching the time-stamps of the GPX waypoints (being created with GPS reciever) and the video captured by the digital camera a device (having...
Hello, I'm already working in this way and the software and the my betatester are already busy http://youtu.be/TpUoiyLFhDY Just an example to give you an idea...
I am curious if anyone has seen a push for standardization of the many real-time protocols to get GPS data from in-vehicle receivers to a server. I only have...
Binary XML is easy if that's a problem you need to solve. I can't say it's been a topi of much discussion on this list. Garmin has PVT, but I've never even...
I am a bit confused about the use of <course> in GPX files. I am producing a GPS file using the 1.0 schema containing a track - here is a small part of it: ...
... [ ... ] ... That's not quite what it says. It says it's not allowed where you have it. ... See highlighted bit above. Order counts. ... It's worth...
Maybe the comment that says "elements must appear in this order" in conjunction with the fact that <course> is listed before <speed> in the schema but the...
Thanks. I should have noticed the "<!-- elements must appear in this order -->". I'll give it another try using the correct order. ... I just checked and you...
... They were removed by mistake. By the time it was noticed, GPX was entrenched in so many devices and programs that changing it became problematic....
... Wow! Thanks for the links to the other threads. So I guess if I want to use speed and course then I will have to stick with the 1.0 schema. Is there a...
... If you actually need them (many don't) your options are 1.0 or to create/use an extension as cited. ... There is probably discussion in the archives from...
Hi I am new in your group and need probably only two really little information. INFORMATION no. 1 required: I will describe a complex travelling course on bike...
2230
Joshua Judson Rosen
Rozzin@...
May 19, 2012 10:31 pm
... We use GPX 1.1 + Garmin's TrackPointExtensionv2 schema in FoxtrotGPS, which gets us support for speed, course, and a number of other useful parameters too:...
Hi all. I have a problem about GPX schema. I want to use "link" tag and "extensions" tag. But when I tried to create GPX file including link tag on Altova...
Hi Kevin- Take a look at the Altova blog post on GPX from last March at: http://blog.altova.com/2012/03/global-positioning-of-xml.html The first two screen...
Hi, I am completely new to this format and I'm trying to establish if there is a limit or advisable size (number of characters)for the name, cmt and desc...