Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

gpsxml · GPX Developers Forum

The Yahoo! Groups Product Blog

Check it out!

Group Information

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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 2209 - 2238 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2209 Michael
michaelfanto... 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 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 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... 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Send Email May 16, 2012
4:19 pm
Thanks. So for fairly simple use, probably better to stick with 1.0....
2229 comparotf 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:...
2231 phil_hornby Send Email May 20, 2012
3:49 pm
... ... ... <xsd:sequence>;<!-- elements must appear in this order --><!-- Position info --><xsd:element name="ele"; type="xsd:decimal" ...
2232 procarrie Send Email Jun 6, 2012
1:16 pm
Hi all. I have a problem about GPX schema. I want to use "link" tag and "extensions&quot; tag. But when I tried to create GPX file including link tag on Altova...
2233 Scorpio
salcedo Send Email
Jun 7, 2012
1:55 pm
Looks like your tool is referencing v1.0 of the schema instead of v1.1. You can take a look at both versions of the schema online ...
2234 d_mcgahey Send Email Jun 8, 2012
2:50 pm
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...
2235 nomad9@...
nomad9... Send Email
Jun 27, 2012
3:15 pm
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...
2236 Robert Lipe
robertlipe Send Email
Jun 27, 2012
3:40 pm
On Fri, Jun 15, 2012 at 5:14 AM, nomad9@... < ... There is not a prescribed limit in the spec as different devices have different limitations. For...
2237 Leslie Elieff
lesliee... Send Email
Aug 5, 2012
2:57 pm
Hello, I am a newbie web developer of 5 months. I'm still in school and trying to figure out a final project. I wanted to make a website that people could go...
2238 Joshua Judson Rosen
Rozzin@... Send Email
Aug 5, 2012
10:46 pm
... OK, so you want to make a web UI that basically hooks into a database (e.g.: a table storing name, type, lat, lon), does a simple query, and either lists...
Messages 2209 - 2238 of 2257   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