Skip to search.
gpsxml · GPX Developers Forum

Group Information

  • Members: 874
  • 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

  Messages Help
Advanced
Messages 1565 - 1594 of 2231   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1565 David
davidinter2004 Offline Send Email
Feb 9, 2007
2:02 pm
Two useful tools to transfer waypoints, routes and tracks between Google Earth and GPS. http://www.mcrenox.com.ar/gpx2kml http://www.mcrenox.com.ar/kml2gpx ...
1566 Curtis Turner
sighlous Offline Send Email
Feb 11, 2007
3:26 pm
Thomas, There appear to be some permission issues with grabbing this from the link you posted. I am interested in checking it out. ct _____ From:...
1567 Thomas Landspurg
tomsoft2002 Offline Send Email
Feb 11, 2007
3:32 pm
Yes, you choose the wrong day. Apparently my ISP provider shut down my site today due to too many traffic on the MySql server! Hope to solve this shortly, but...
1568 evilc_dot_com Offline Send Email Feb 13, 2007
12:47 pm
I am trying to write code to allow me to import GPX data into Google Maps. I want the user to be able to supply GPX data and then select which element from the...
1569 Paul Tomblin
canoe Offline Send Email
Feb 15, 2007
3:33 pm
What application type do you use for serving up GPX files? I tried application/xml, but that causes Firefox to churn and churn as it tries to process a...
1570 Mark Baker
gonga_thrash Offline Send Email
Feb 16, 2007
5:08 pm
... The only way they could get that behaviour is if they had associated ".xml" with "application/octet-stream", which would be pretty silly. IE does the right...
1571 Paul Tomblin
canoe Offline Send Email
Feb 16, 2007
5:42 pm
... Well, this guy tells me that he got a file named "38ec7b35.xml", but when I grep my logs, I see navaid.com 62.253.128.13 - - [15/Feb/2007:17:35:33 -0500]...
1572 Mark Baker
gonga_thrash Offline Send Email
Feb 16, 2007
5:54 pm
... The file extension you served it as doesn't matter, the media type does. Assuming neither of you have wacky configurations, you must have served the GPX...
1573 jambri Offline Send Email Feb 22, 2007
2:22 am
... members ... There is a unofficial GPX v3 extension out there that garmin already uses (in its map source program) that is also supported by garmins poi...
1574 evilc_dot_com Offline Send Email Feb 22, 2007
3:08 pm
I have a page that takes inputted GPX data, manipulates it, and exports a modified version. I would like to be able to present the user with a link or open a...
1575 Louis
jeankhan Offline Send Email
Feb 22, 2007
3:56 pm
You should write code to emit the following http header lines, telling to the browser to get the output as a file to download: Content-type: text/xml ...
1576 Louis
jeankhan Offline Send Email
Feb 22, 2007
5:05 pm
Ops, sorry, this is only for server scripts... for client side scripts it is impossible (for security reasons) to do that... Luigi ... Passa a Infostrada. ADSL...
1577 tomkralidis Offline Send Email Feb 22, 2007
9:17 pm
Hi, I came across the GPX specification after buying a GPS and starting to work with importing exporting waypoints, tracks, and routes. In looking at...
1578 Robert Lipe
robertlipe Offline Send Email
Feb 22, 2007
9:43 pm
... GPX isn't GML. They serve different markets. GPX is hardly suffering for mature implementations. http://www.topografix.com/gpx_resources.asp ... That's...
1579 old_ghost33 Offline Send Email Feb 25, 2007
4:51 pm
Hi, just a question: In some regions (e.g. Germany) it is usual to give hiking trails graphical symbols to make it easier to follow them. Usually there are ...
1580 Simon Slavin
simonslavin Offline Send Email
Feb 25, 2007
6:03 pm
... You're talking about two different kinds of symbols here. There's the symbols you want to use for specific trails, but there's also the <symbol> element...
1581 maschaffner Offline Send Email Feb 26, 2007
12:27 pm
The GPS 1.1 Documentation is unclear of the definition of the <ele> element. It says simply "Elevation (in meters) of the point.", but does not tell wether the...
1582 Simon Slavin
simonslavin Offline Send Email
Feb 26, 2007
5:19 pm
... I found this interesting enough that I phoned to ask Garmin. Garmin Europe say it's height above geoid. Hmm. Is there any chance someone could grab a...
1583 hadmut@...
old_ghost33 Offline Send Email
Feb 26, 2007
7:54 pm
... Yeah, maybe my posting was ambigous, but that's not what I meant. The symbol element means the name of a standard symbol describing the waypoint, like car...
1584 Robert Lipe
robertlipe Offline Send Email
Feb 26, 2007
9:20 pm
... GPX is the "GPS" exchange format. By the percentages, very few units let you load custom icons. Even if you have two that DID let you do it, the required...
1585 Ishan Liyanage
ishanul2000 Offline Send Email
Feb 28, 2007
7:15 am
[ Moderator note: Not actually GPX related, but approved as it's not spam. ] hi all, i am a new member to this forum. i am expecting to develop GPS module for...
1586 Ishan Liyanage
ishanul2000 Offline Send Email
Feb 28, 2007
7:16 am
[ Moderator note: Not actually GPX related, but approved as it's not spam. ] Hi All, These days I'm doing a research about GPS(Global Positioning System) and...
1587 Ishan Liyanage
ishanul2000 Offline Send Email
Mar 1, 2007
12:59 pm
hi all, anyone knows directly passing GPS data such as waypoints to web server? please let me know. thanks ishan regards Ishan Liyanage ...
1588 Ricardo
salcedo Online Now Send Email
Mar 7, 2007
4:54 pm
Hi Ishan, I'm sure members would like to help, but your question is vague. Are you trying to create a program that runs on your PC that automatically collects...
1589 Paul Tomblin
canoe Offline Send Email
Mar 11, 2007
6:54 pm
Somebody contacted me today saying that they were unable to load a large GPX file generated from my web site (http://navaid.com/GPX/) of all the public...
1590 Simon Slavin
simonslavin Offline Send Email
Mar 11, 2007
8:13 pm
... It's difficult to be certain what POI Loader does because it converts to a file format Garmin treat as undocumented, but I have played around extensively...
1591 azbithead Offline Send Email Mar 14, 2007
8:43 pm
POI Loader does not have a limit on the size of GPX files that it processes other than the limits imposed by available OS resources, most notably memory. POI...
1592 Ishan Liyanage
ishanul2000 Offline Send Email
Mar 15, 2007
1:57 am
hi all, if you guys have any idea about how GPS can apply in disaster management, please reply me. I am doing research work on "how GPS can apply to SAHANA". ...
1593 Ishan Liyanage
ishanul2000 Offline Send Email
Mar 15, 2007
1:58 am
hi ricardo, thanks for your reply. im trying to apply GPS stuffs in SAHANA (FOSS disaster management system.) www.sahana.lk im expecting your valuable support...
1594 mregehr_public Offline Send Email Mar 16, 2007
5:13 pm
Hello, I'm trying to create a program that will generate GPX files containing tracks (one track per file). Is there a simple example I can use as a model? I...
Messages 1565 - 1594 of 2231   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