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...
Show off your group to the world. Share a photo of your group with us.

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 395 - 424 of 2039   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
395
Hi, I have written a program for my pocket pc to plot my position and save the route I've taken as a <rte> in gpx format. The output files from the program...
andrew_c_stock <gpx@....
andrew_c_stock
Offline Send Email
Mar 3, 2003
9:50 am
396
Hello, Monday, March 3, 2003, 4:43:35 AM, Andrew wrote: a> Hi, a> I have written a program for my pocket pc to plot my position and a> save the route I've...
Dan Foster
topografix
Offline Send Email
Mar 3, 2003
7:48 pm
397
Andrew, Which version of GPS Utility are you using? I used the current standard version of GPSU (4.04.7) to open your extracted file OK. If you have a file...
Alan Murphy
gpsutility
Offline Send Email
Mar 4, 2003
1:20 pm
398
Hi, First of all thanks for the support on this! I have attached a file (Route.gpx) which I have tried opening in GPS Utility 4.04.7. I am not sure whether...
Andrew Stock
andrew_c_stock
Offline Send Email
Mar 4, 2003
2:43 pm
399
Thanks for your files. The problem is that default length for Waypoint ID name in GPSU is set to 6 characters and GPSU is not changing this default setting on ...
Alan Murphy
gpsutility
Offline Send Email
Mar 5, 2003
7:10 pm
400
GPXchange.com is in development. It will serve as a central database for authors to make their GPX data available on a free or commercial basis. The rapid...
offroute2000
Offline Send Email
Mar 6, 2003
12:02 am
401
The announcement of GPXchange motivates me catch-up on GPX development. Back in April 2002, I commented here (message 256) on how the examples I'd seen "lack...
Doug Adomatis
gps_maps
Offline Send Email
Mar 9, 2003
10:42 am
402
Is there any way to upload driving directions from an internet source into expertgps? I used to be able to with mapblast but modifications to the website has...
mroseto729
Offline Send Email
Mar 10, 2003
7:21 pm
403
You could try MapsOnUs (www.mapsonus.com) and GPS Utility (www.gpsu.co.uk). GPSU will read html files produced by MapsOnUs and export the data as a GPX...
Alan Murphy
gpsutility
Offline Send Email
Mar 11, 2003
10:06 am
404
Hi all, I have to develop a GPS tracking application for industry vehicles. What I want to do is: 1. read NMEA data from the GPS devices, 2. read other data...
pablogh_2000
Offline Send Email
Mar 24, 2003
4:19 pm
405
Here is an article I've written in response to the introduction of GPXchange.com. Your comments are welcome. ... Finding your way is getting a little easier,...
Doug Adomatis
gps_maps
Offline Send Email
Mar 28, 2003
11:45 am
406
Allow me to introduce myself. I have a web site, http://navaid.com/, where I allow end users to generate aviation databases for two Palm OS programs used for...
Paul Tomblin
ptomblin@...
Send Email
Mar 31, 2003
1:58 am
407
... Parsing GPX files with XML::Twig isn't too terrible at all. It delivers a callback with members that can be iterated through pretty easily. If I...
Robert Lipe
robertlipe
Offline Send Email
Mar 31, 2003
2:50 am
408
How much room does your average GPS have for extra text? My CoPilot and GPSPilot databases give all sorts of extra information for the waypoint, like runway...
Paul Tomblin
canoe
Offline Send Email
Apr 1, 2003
1:25 am
409
Hello Paul, Monday, March 31, 2003, 8:24:12 PM, you wrote: P> How much room does your average GPS have for extra text? My CoPilot and P> GPSPilot databases...
Dan Foster
topografix
Offline Send Email
Apr 1, 2003
6:10 pm
410
... Thanks to Brian Scearce, I now have a copy of gpsbabel. I think, since I already know the format of CoPilot and GPSPilot (and I think FlyByNav, which I...
Paul Tomblin
canoe
Offline Send Email
Apr 1, 2003
6:39 pm
411
... While I appreciate Brian's hand, GPSBabel shouldn't be hard to get. It's free and it's open. http://gpsbabel.sourceforge.net ... If the code comes with a...
Robert Lipe
robertlipe
Offline Send Email
Apr 1, 2003
6:55 pm
412
... What I mean is that Brian told me about it. I'd never heard of it before. ... SAXCount counted the elements. That tells me that it's valid XML, it ...
Paul Tomblin
canoe
Offline Send Email
Apr 1, 2003
8:34 pm
413
... That's good. ... You'll want to do sanity checks by laying them on a mapping program to catch that case. By quick inspection, your stuff looked...
Robert Lipe
robertlipe
Offline Send Email
Apr 1, 2003
8:44 pm
414
I've got a preliminary cut of my "GPX Aviation Waypoint Generator" up at http://navaid.com/GPX/ Go there and choose the area of the world and the types of...
Paul Tomblin
canoe
Offline Send Email
Apr 2, 2003
1:56 am
415
... I pulled a handful into GPSBabel and eyeballed the output by hand. It looks OK to me. You might want to set the mime type on the actual file being output...
Robert Lipe
robertlipe
Offline Send Email
Apr 2, 2003
1:54 pm
416
... Unfortunately it's whatever apache on the hosting company sets by default for gpx file. I don't know how to override that in .htaccess. -- Paul Tomblin...
Paul Tomblin
canoe
Offline Send Email
Apr 2, 2003
2:05 pm
417
... I figured out how to do that in the .htaccess file. Now it's application/octet-stream, so it gets saved. I've also got a logo and fixed the donation page...
Paul Tomblin
canoe
Offline Send Email
Apr 2, 2003
11:10 pm
418
... You really want it to be something that triggers a specific application to be launched that knows how to handle it. Look at the geocaching stuff for an...
Robert Lipe
robertlipe
Offline Send Email
Apr 2, 2003
11:16 pm
419
... Is there a common mime type for GPX files? -- Paul Tomblin <ptomblin@...>, not speaking for anybody "Leave the beaten track occasionally, and dive...
Paul Tomblin
canoe
Offline Send Email
Apr 2, 2003
11:25 pm
420
If you just want to send a GPX file down from a web server, you should serve it as text/xml. So, not being familiar with htaccess that well, I would guess...
Chris Jones
xmlchodaboy
Offline Send Email
Apr 2, 2003
11:35 pm
421
... No, when I do that, my browser displays as text without the xml tags. I think it's trying to interpret it as XML. -- Paul Tomblin <ptomblin@...>,...
Paul Tomblin
canoe
Offline Send Email
Apr 3, 2003
12:33 am
422
GPX is XML. So text/xml is a valid mime-type. You can't tell the browser what application to use for a file from the web server-- you can only tell the...
Chris Jones
xmlchodaboy
Offline Send Email
Apr 3, 2003
1:08 am
423
... But if you just let it default to application/binary (or whatever the original suggestion was) there's no way for the browser to associate the data with an...
Robert Lipe
robertlipe
Offline Send Email
Apr 3, 2003
3:27 am
424
... Until we have a browser plug-in that handles that specific mime type, this may be the best approach. The browser will then use the file extension to look...
David Hempy
dhempy
Offline Send Email
Apr 3, 2003
5:47 pm
Messages 395 - 424 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