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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1680 - 1709 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1680
I had a complaint from a user of my GPX waypoint generator that whatever tool he was feeding the files into (he didn't explain what tool) was complaining about...
Paul Tomblin
canoe
Offline Send Email
Aug 17, 2007
10:40 pm
1681
... Validate the GPX file. That'll tell you if the problem is in the reader or the writer. Can a field nave a < in it? Most that allow text can. Then it...
Robert Lipe
robertlipe
Offline Send Email
Aug 17, 2007
11:04 pm
1682
... A GPX file is an XML file. At the top of the file there should be a tag explaining the character encoding: <?xml version="1.0" encoding="Encoding.Name"?> ...
Simon Slavin
simonslavin
Offline Send Email
Aug 17, 2007
11:20 pm
1683
... Try replacing the accented character with its HTML-escaped sequence (see here http://www.html-reference.com/Escape.htm). That did the trick for me. I...
Scott
coolguy982
Offline Send Email
Aug 18, 2007
4:52 pm
1684
... XML and HTML entities differ. &apos; comes to mind....
Robert Lipe
robertlipe
Offline Send Email
Aug 18, 2007
8:36 pm
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
Messages 1680 - 1709 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