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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1685 - 1714 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1685
Hi, I want to export a cave line plot as GPX to superimpose over a surface map in mapping programs. A cave line plot consists of (visible) stations, i.e. named...
Luc Le Blanc
lucas_elblanco
Offline Send Email
Sep 11, 2007
8:39 pm
1686
... Is there a reason not to use tracks with two points?...
Dan Anderson
dananderson2
Offline Send Email
Sep 11, 2007
10:31 pm
1687
... Because I would have as many tracks as survey shots (the software does not "know' passages, only single survey shots). Isn't there a limit on these? I...
Luc Le Blanc
lucas_elblanco
Offline Send Email
Sep 12, 2007
11:58 am
1688
... surface ... shots, i.e. ... survey ... seems ... Any given program may have some limit. I think you can find a program that would let you have 30,000...
Dan Anderson
dananderson2
Offline Send Email
Sep 12, 2007
4:10 pm
1689
... Actually, I don't target any specific software, I just want to add a GPX export feature to my cave survey freeware. I know a user would use it with...
Luc Le Blanc
lucas_elblanco
Offline Send Email
Sep 12, 2007
6:47 pm
1690
IMHO for a very high number of points / tracks, a GPX file is not the best solution. Instead you should store them in some sort of data base, and extract in...
Louis
jeankhan
Offline Send Email
Sep 13, 2007
7:42 am
1691
... I am not the repository of each user's data and I don't want to force my users into converting the data back into a GPX via a proprietary format. Auriga is...
Luc Le Blanc
lucas_elblanco
Offline Send Email
Sep 13, 2007
1:27 pm
1692
Hello, ... After looking at screenshots of your program, I would recommend storing stations as <wpt> and segments as <trk>. -- Dan Foster...
Dan Foster
topografix
Offline Send Email
Sep 13, 2007
2:14 pm
1693
... There are no limits on the number of points or tracks a GPX file can hold. It's limited only by the ability of your software. I've tested my software on...
Simon Slavin
simonslavin
Offline Send Email
Sep 14, 2007
2:36 pm
1694
... If I use <wpt> for stations, won't I have to duplicate the lat/lon info in the <trk/trkseg> tag? I don't see a way to first declare all my <wpt> (e.g....
Luc Le Blanc
lucas_elblanco
Offline Send Email
Sep 14, 2007
5:23 pm
1695
hi, has anybody ever heard about plugins doing that kind of stufs? thanks...
jef.guzzi
Offline Send Email
Sep 14, 2007
9:06 pm
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
Online Now 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
Messages 1685 - 1714 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