Skip to search.
gpsxml · GPX Developers Forum

Group Information

  • Members: 874
  • Category: XML
  • Founded: Sep 18, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 2201 - 2230 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2201 Dan Foster
topografix Offline Send Email
Jan 3, 2012
10:20 pm
If there are any Garmin developers or employees still on the GPX mailing list, can you identify yourselves? It seems every new GPS that Garmin releases...
2202 Alan
gpsanimator Offline Send Email
Jan 6, 2012
3:17 am
I'm looking for an Android app for logging my aircraft's attitude (heading, pitch, roll from its gyro sensors) and position (lat lon, alt from its GPS), ...
2203 Johannes Heupel
jhedmonton Offline Send Email
Jan 6, 2012
5:05 am
Hi Alan, don't know an Android app, but we just released HeliGPS, Windows based software for aerial applications. I will store most of what you are asking for....
2204 Edward Falk
yfalk Offline Send Email
Jan 9, 2012
11:01 pm
... Interested pilots should contact me via direct message; I could use a couple of alpha testers for a project that does what you want. -ed falk...
2205 sailinxtc Offline Send Email Jan 23, 2012
1:42 am
how to read a garmin gpx Track without and existing program like google earth, base camp etc... I have an application I developed in MS Access and can display...
2206 web485
bernd_sobotka Offline Send Email
Jan 23, 2012
10:53 pm
Hello sailinxtc, I have written an online editor which is able to display GPX file contents: http://www.fahrradspass.de/Editor/ Not sure what you are looking...
2207 WARREN PORTER
wbporter455... Offline Send Email
Jan 24, 2012
8:23 pm
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...
2208 routeplannerwp Offline Send Email Jan 25, 2012
10:03 pm
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...
2209 Michael
michaelfanto... Offline Send Email
Feb 16, 2012
3:09 pm
Hi, can you please give me or teach me the steps on how to input/load gpx file onto the google earth.. rply asap please!!!...
2210 Robert Lipe
robertlipe Offline Send Email
Feb 16, 2012
3:27 pm
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)...
2211 Alan
abarasch Offline Send Email
Mar 7, 2012
5:19 pm
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...
2212 andrew.murphy@...
andrew.murph... Offline Send Email
Mar 9, 2012
11:37 am
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...
2213 Miller, Craig
nwoverlander Offline Send Email
Mar 9, 2012
2:33 pm
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...
2214 Robert Lipe
robertlipe Offline Send Email
Mar 9, 2012
3:09 pm
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...
2215 Miller, Craig
nwoverlander Offline Send Email
Mar 9, 2012
4:00 pm
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...
2216 sipendra7 Offline Send Email Mar 13, 2012
2:16 pm
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...
2217 Robert Lipe
robertlipe Offline Send Email
Mar 13, 2012
3:52 pm
... It's been done. http://www.gpsbabel.org/htmldoc-development/fmt_subrip.html [Non-text portions of this message have been removed]...
2218 Wim Smit
nl1wts Offline Send Email
Mar 13, 2012
4:16 pm
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...
2219 wolfhall Offline Send Email Apr 11, 2012
5:31 am
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...
2220 Robert Lipe
robertlipe Offline Send Email
Apr 11, 2012
5:41 am
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...
2221 cbyh Offline Send Email May 16, 2012
1:30 pm
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: ...
2222 Robert Lipe
robertlipe Offline Send Email
May 16, 2012
1:45 pm
... [ ... ] ... 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...
2223 Lynn W. Deffenbaugh (...
ldeffenb Offline Send Email
May 16, 2012
1:46 pm
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...
2224 cbyh Offline Send Email May 16, 2012
3:32 pm
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...
2225 Robert Lipe
robertlipe Offline Send Email
May 16, 2012
3:33 pm
... 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....
2226 cbyh Offline Send Email May 16, 2012
3:46 pm
... 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...
2227 Robert Lipe
robertlipe Offline Send Email
May 16, 2012
3:53 pm
... 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...
2228 cbyh Offline Send Email May 16, 2012
4:19 pm
Thanks. So for fairly simple use, probably better to stick with 1.0....
2229 comparotf Offline Send Email May 16, 2012
9:49 pm
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@... Send Email
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:...
Messages 2201 - 2230 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help