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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 54 - 83 of 2257   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
54 davewissenbach@...
davewissenbach Send Email
Nov 2, 2001
1:34 pm
... I think that we're all XML novices here, but I'll write a DTD and validate output (yours and mine) just as soon as we can code some samples. I actually had...
55 Dan Foster
topografix Send Email
Nov 8, 2001
4:08 am
Hello, Here's a sample GPX file containing some waypoints and a route from a hike I took recently. Comments? Anyone else have sample data at this point?...
56 davewissenbach@...
davewissenbach Send Email
Nov 8, 2001
5:16 am
... a ... this ... I've posted sample data at my incomplete web site. Deep link to the URL www.cableone.net/cdwissenbach/FileFormat.gpx The document is not...
57 Kjeld Jensen
jensen_kjeld Send Email
Nov 8, 2001
9:20 am
Hi.... A few comments... The owerall format looks great and mine is very similar to it. I am not sure if we have to put a </xml> tag at the bottom in order to...
58 Kjeld Jensen
jensen_kjeld Send Email
Nov 8, 2001
1:04 pm
[MyWptFile.gpx] <?xml version="1.0" standalone="yes"?> <gpx version="0.1"> <wpt lat="63.4266583" lon="10.4104517"> <ele>66.30</ele> <sat>7</sat> ...
59 Dan Foster
topografix Send Email
Nov 8, 2001
3:21 pm
Hello, ... Do a google search for "XML timestamp" and you'll find references to the ISO 8601 spec, which gives a way to represent timestamps: ...
60 Kjeld Jensen
jensen_kjeld Send Email
Nov 8, 2001
3:36 pm
... No, I agree that we must include punctation and stick to the UTC format in the encoded timestamp. I will update my software right away :-) I (myself) can...
61 Dan Foster
topografix Send Email
Nov 8, 2001
3:53 pm
Hello, Thursday, November 08, 2001, 9:37:08 AM, Kjeld wrote: KJ> I (myself) can also live without the timezone information. But every time I KJ> try to do...
62 Kjeld Jensen
jensen_kjeld Send Email
Nov 8, 2001
4:02 pm
Hi, I guess you are right as long as the waypoint is recorded at the same timezone which will naturally be the case for most users. When I think about it I can...
63 Dan Foster
topografix Send Email
Nov 8, 2001
4:36 pm
Hello, Thursday, November 08, 2001, 3:21:05 AM, Kjeld wrote: KJ> Hi.... KJ> A few comments... KJ> The owerall format looks great and mine is very similar to...
64 Kjeld Jensen
jensen_kjeld Send Email
Nov 8, 2001
5:02 pm
Hi, ... Fine, I have removed it from my app... ... I see your point, but my idea with the <src> was somewhat different. I haven't thought about the "who...
65 Dan Foster
topografix Send Email
Nov 8, 2001
5:22 pm
Hello, Thursday, November 08, 2001, 11:03:21 AM, Kjeld wrote: KJ> I see your point, but my idea with the <src> was somewhat different. KJ> I haven't thought...
66 Kjeld Jensen
jensen_kjeld Send Email
Nov 8, 2001
8:27 pm
... Fine with me as long as we remember the gpx version as a required attribute also: <gpx version="0.1" creator="MyApp v1.23 http://www.myapp.com/"> ... I...
67 davewissenbach@...
davewissenbach Send Email
Nov 9, 2001
5:36 am
... routes and ... Why is ID a required attribute of a trkpt and a rtpte? (Remember that we have previously agreed that required attributes of an element would...
68 Kevin Read
kevin_read2001 Send Email
Nov 9, 2001
6:07 am
I agree somewhat.... rather than "id" for trackpoints perhaps a sequence is inferred here instead. taking the sample this would equate to ... this would allow...
69 Kjeld Jensen
jensen_kjeld Send Email
Nov 9, 2001
10:08 am
Hi, ... No :-) If so, I'd suggest that we use id in the XML sense of the ... The id was changed to name yes, and I thought id could be a sequential numbering...
70 Kjeld Jensen
jensen_kjeld Send Email
Nov 9, 2001
10:09 am
... I agree on the seq name and you have a good point regarding the sorting option. Kjeld ______________________ Kjeld Jensen N 55° 22' E 10° 24' Email:...
71 davewissenbach@...
davewissenbach Send Email
Nov 12, 2001
4:57 am
Periodically we post a digest of things that we've agreed on, and I attempted, about a week ago, to encode these in a DTD. I ran into trouble when I attempted...
72 davewissenbach@...
davewissenbach Send Email
Nov 18, 2001
2:54 pm
I've completed the conversion of my trail mapping program to our evolving gpx format. I read both <id> and <name> tags, but output <name> for names of all...
73 Dan Foster
topografix Send Email
Nov 19, 2001
5:33 pm
Hello, Sunday, November 18, 2001, 9:54:26 AM, Dave wrote: dyc> I've completed the conversion of my trail mapping program to our dyc> evolving gpx format. I...
74 Kjeld Jensen
jensen_kjeld Send Email
Nov 19, 2001
6:02 pm
Here are some samples which were created using the current beta release og Cetus GPS and Cetus TrackLog available at http://www.cetus.dk/gps To the tracklog I...
75 davewissenbach@...
davewissenbach Send Email
Nov 21, 2001
12:16 am
... release og ... discuss. ... track sample. ... What are the units? Looks like radians, not degrees. ... relevant ... Excel and ... does not ... I think that...
76 Kjeld Jensen
jensen_kjeld Send Email
Nov 21, 2001
7:05 pm
... It is degrees. The 0.1 value was an error, it should have been 0.9 according to my Garmin eTrex. ... I agree. ... So have I :-) ... My mistake... I will...
77 Dan Foster
topografix Send Email
Nov 21, 2001
8:55 pm
Hello , Wednesday, November 21, 2001, 1:05:40 PM, Kjeld wrote: KJ> I was just a little curious about what you plan to do and would like to KJ> hear some...
78 Dan Foster
topografix Send Email
Nov 21, 2001
9:12 pm
Hello, Wednesday, November 21, 2001, 1:05:40 PM, Dave and Kjeld, wrote: ... Kjeld: KJ> Perhaps we should include the optional element <license> in the <wpt>...
79 Kjeld Jensen
jensen_kjeld Send Email
Nov 21, 2001
9:15 pm
... I thought we had changed that one to creator=" " and use <src> as an optional element for where the data originates from. If it is just me who had that...
80 Kjeld Jensen
jensen_kjeld Send Email
Nov 21, 2001
9:21 pm
... I agree with you, I won't use it either, but it should be there for those who want it. For instance Internet database owners may be able to prompt the...
81 Dan Foster
topografix Send Email
Nov 21, 2001
9:25 pm
Hello, ... KJ> I thought we had changed that one to creator=" " and use <src> as an KJ> optional element for where the data originates from. If it is just...
82 Kjeld Jensen
jensen_kjeld Send Email
Nov 21, 2001
9:50 pm
... Sounds very interesting! Here is a sample containing the small updates I talked about: http://www.cetus.dk/gps/TrackSample.gpx - <ele> instead of <alt> -...
83 Adrian Seccombe
YO07090 Send Email
Nov 25, 2001
8:49 pm
I am concerned that all the implications of the UTC question have not been hammered out. As its late I will simply say that.... Time and UTC implicates...
Messages 54 - 83 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