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 ...
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...
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...
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...
... 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...
... 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]...
... 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...
... 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...
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...
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 ...
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...
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...
... GPX isn't GML. They serve different markets. GPX is hardly suffering for mature implementations. http://www.topografix.com/gpx_resources.asp ... That's...
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 ...
... 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...
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...
... 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...
... 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...
... 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...
[ 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...
[ 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...
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...
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...
... 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...
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...
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". ...
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...
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...