Search the web
Sign In
New User? Sign Up
gpsxml · GPX Developers Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1696 - 1725 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1696
please can someone tell me what is the difference between: track, waypoint and route?? ...
kamel elkedrouci
kamel_inct
Offline Send Email
Oct 3, 2007
11:47 am
1697
... A waypoint is a permanent location, like an airport or a radio navigation aid, or on the ground, an orienteering control. A route is a series of ...
Paul Tomblin
canoe
Offline Send Email
Oct 3, 2007
12:36 pm
1698
Waypoint - any point that has coordinates (latitude and longitude) and if applicable height. Waypoints can be defined by you or others. Route - A collection...
Jan Pieters
jkpieters
Offline Send Email
Oct 3, 2007
12:45 pm
1699
oh thank you very much for answers....
kamel
kamel_inct
Offline Send Email
Oct 3, 2007
1:53 pm
1700
... waypoint and route?? ... Here's one way of defining them: http://www.gpsmap.net/BasicHints.html#waypointsRoutesTracks...
Dan Anderson
dananderson2
Offline Send Email
Oct 3, 2007
3:46 pm
1701
how can I know that the GPX file is not modified, I mean the GPX can be edited by someone? and thanks in advanced for your answers!...
kamel
kamel_inct
Offline Send Email
Oct 4, 2007
1:02 pm
1702
Other than the usual Windows modified-date and things like that, I don't think you CAN tell. It's just a text file. If you put some sort of checksum at the...
Martin
martinp1313
Offline Send Email
Oct 4, 2007
1:08 pm
1703
Hello, ... 1. explain why you care about this - you might get a better answer. 2. GPX editors are supposed to fill in the creator="my_program.exe" attribute at...
Dan Foster
topografix
Offline Send Email
Oct 4, 2007
1:21 pm
1704
... You can't tell if someone modified the file under normal circumstances. If you need to be able to tell, you would have to add an encrypted signature. A...
Dan Anderson
dananderson2
Offline Send Email
Oct 5, 2007
2:38 pm
1705
... In the above I'm assuming that you don't have the original GPX file. If you have the original file, just run a difference program on the original file and...
Dan Anderson
dananderson2
Offline Send Email
Oct 5, 2007
2:41 pm
1706
I'm creating a GPX document in .NET, and I am having trouble coding the document (root) element. The document element contains an XSI namespace declaration...
dcveeneman
Offline Send Email
Nov 10, 2007
3:30 am
1707
Hello, I wrote an utility to download tracks from a GPS based on the MTK chip (i-Blue 747 data logger). In the data log there are fields that do not accomodate...
niccolo.rigacci
Offline Send Email
Nov 26, 2007
1:49 pm
1708
... At a glance, very little of this is actually MTK-specific at all; it's closer to "raw" NMEA capture, right? There have been discussions on this list (long...
Robert Lipe
robertlipe
Offline Send Email
Nov 27, 2007
6:46 pm
1709
Hello, ... Yes, please don't call your schema "MTK" - try to create something as generic and reusable as possible. Put the satellite positioning stuff in a...
Dan Foster
topografix
Offline Send Email
Nov 27, 2007
7:07 pm
1710
I am using .NET Frameworks xsd.exe to generate classes for both the 1.1 and 1.0 version of the gpx.xsd. I am not sure how to quickly tell which class I should...
chopsdogg
Offline Send Email
Dec 12, 2007
9:20 pm
1711
Hi, I'm just starting reading GPX data with PHP. I've played with XML before but I'm not a PHP expert by a long shot. I've been able to dump Garmin Training...
Ren
ren_at_home
Offline Send Email
Dec 12, 2007
9:20 pm
1712
... Those are attributes. How you read them depends on which library you're using, but look for the word 'attribute'. XML or XMLReader ? Or are you reading...
Simon Slavin
simonslavin
Offline Send Email
Dec 12, 2007
11:34 pm
1713
... If you are, you're headed down a bad path. If you don't know what XML attributes are, you don't want to be parsing XML. Use an XML parsing library;...
Robert Lipe
robertlipe
Offline Send Email
Dec 13, 2007
1:59 am
1714
passing funny brackets? sounds very painful indeed I've put the source I'm using in the files section "garmin_tcx_simple_parser.php" Its adapted from a...
Ren
ren_at_home
Offline Send Email
Dec 13, 2007
1:25 pm
1715
I'm not a PHP programmer either, but I did find that PHP 5 has an extension named SimpleXML. And as the name implies, it certainly looks like it simplifies...
Ricardo
salcedo
Online Now Send Email
Dec 13, 2007
5:16 pm
1716
Thanks for your input! I found some code to deal with things like <animals pets="dogs">5</animals> <animals pets="cats">3</animals> and it relied on SimpleXML...
Ren
ren_at_home
Offline Send Email
Dec 13, 2007
6:35 pm
1717
I'm a hobby Java GIS Programmer. I've been thinking about writing some simple tools to work with GPS Waypoints. It looks like GPX is the logical format to use,...
sunburnedsurveyor
sunburnedsur...
Offline Send Email
Dec 13, 2007
9:36 pm
1718
... GPX is just another kind of XML. If you have an XML library already, it's hardly worth writing another library on top of that to handle GPX. Libraries...
Simon Slavin
simonslavin
Offline Send Email
Dec 13, 2007
10:07 pm
1719
... Hi Landon. One option would be to look at GPSBabel: http://www.gpsbabel.org/ (can be used from the command line, source is GPL) -- Dave Patton System...
Dave Patton
canadadcp
Offline Send Email
Dec 14, 2007
1:39 am
1720
Looks like Flash is the easier way to go. I'll tweak this example later ///////////////////////////////////////// var doc:XML = new XML("<mytag name='Val'>...
Ren
ren_at_home
Offline Send Email
Dec 14, 2007
7:23 pm
1721
Added the following files to the files section flash_GPX_parser.txt flash_GPX_sample.gpx (co-ordinates have been changed to protect the innocent) copy and...
Ren
ren_at_home
Offline Send Email
Dec 14, 2007
7:23 pm
1722
... Now outputs trackpoint data suitable for pasting into a Garmin Traning Center course file - suitable for uploading to your Forerunner 305 or similar. You...
Ren
ren_at_home
Offline Send Email
Dec 14, 2007
11:22 pm
1723
As has been previously mentioned, XML parsing is fairly difficult, but PHP has reasonable library support for it. Check out the docs at http://us.php.net/xml ...
Steve Lacy
smlacy
Offline Send Email
Dec 15, 2007
12:26 am
1724
Take a look at sourceforge.net/projects/appformap/ In the source tree you can find a lib, which can parse gpx and output a sql for inserting the data in a...
mhoeghgmailcom
Offline Send Email
Dec 15, 2007
12:30 pm
1725
Steve, Martin, thanks for your input, definately what I'm looking for! I'll be sure to have a go at php again once I get the time. ... I partially agree. The...
Ren
ren_at_home
Offline Send Email
Dec 15, 2007
1:39 pm
Messages 1696 - 1725 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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