... OK, if anyone is interested I know have - XSL for transforming GPX to Ozi .wpt-format - XSL for transforming GPX + groundspeak:cache to HTML - Perl-script...
395
andrew_c_stock <gp...
andrew_c_stock
Mar 3, 2003 9:50 am
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...
396
Dan Foster
topografix
Mar 3, 2003 7:48 pm
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...
397
Alan Murphy
gpsutility
Mar 4, 2003 1:20 pm
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...
398
Andrew Stock
andrew_c_stock
Mar 4, 2003 2:43 pm
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...
399
Alan Murphy
gpsutility
Mar 5, 2003 7:10 pm
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 ...
400
offroute2000
Mar 6, 2003 12:02 am
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...
401
Doug Adomatis
gps_maps
Mar 9, 2003 10:42 am
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...
402
mroseto729
Mar 10, 2003 7:21 pm
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...
403
Alan Murphy
gpsutility
Mar 11, 2003 10:06 am
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...
404
pablogh_2000
Mar 24, 2003 4:19 pm
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...
405
Doug Adomatis
gps_maps
Mar 28, 2003 11:45 am
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,...
406
Paul Tomblin
ptomblin@...
Mar 31, 2003 1:58 am
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...
407
Robert Lipe
robertlipe
Mar 31, 2003 2:50 am
... 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...
408
Paul Tomblin
canoe
Apr 1, 2003 1:25 am
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...
409
Dan Foster
topografix
Apr 1, 2003 6:10 pm
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...
410
Paul Tomblin
canoe
Apr 1, 2003 6:39 pm
... 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...
411
Robert Lipe
robertlipe
Apr 1, 2003 6:55 pm
... 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...
412
Paul Tomblin
canoe
Apr 1, 2003 8:34 pm
... 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 ...
413
Robert Lipe
robertlipe
Apr 1, 2003 8:44 pm
... 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...
414
Paul Tomblin
canoe
Apr 2, 2003 1:56 am
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...
415
Robert Lipe
robertlipe
Apr 2, 2003 1:54 pm
... 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...
416
Paul Tomblin
canoe
Apr 2, 2003 2:05 pm
... 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...
417
Paul Tomblin
canoe
Apr 2, 2003 11:10 pm
... 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...
418
Robert Lipe
robertlipe
Apr 2, 2003 11:16 pm
... 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...
419
Paul Tomblin
canoe
Apr 2, 2003 11:25 pm
... Is there a common mime type for GPX files? -- Paul Tomblin <ptomblin@...>, not speaking for anybody "Leave the beaten track occasionally, and dive...
420
Chris Jones
xmlchodaboy
Apr 2, 2003 11:35 pm
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...
421
Paul Tomblin
canoe
Apr 3, 2003 12:33 am
... 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@...>,...
422
Chris Jones
xmlchodaboy
Apr 3, 2003 1:08 am
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...
423
Robert Lipe
robertlipe
Apr 3, 2003 3:27 am
... 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...