I don't know if this is the correct group to be posing this question. If not, I apologize. I need to find a software program or utility (freeware or...
Doesn't sound like you're doing anything too exceptional. I would expect most of the mapping software packages can do what you're looking for. Take a look at...
I've worked out simple coordinate transformations for drawing trails and waypoints as Scalable Vector Graphics with UTM coordinates. The sample file references...
Hi, I want to implement waypoints and routes to my gps application (qpegps.sourceforge.net). I'll use the gpx format: Is there any open source code which I can...
... use ... See http://myweb.cableone.net/cdwissenbach/map.html for a link to source code to my program. However, If I had to do this over again, I'd use the...
Belated congratulations to Dave W. for the SVG example. I've been away for a while so this response is a bit tardy ... I'm glad to 'see' that progress is being...
... to try vieing ... potential ... Remember that the SVG standard includes a compressed version svgz. So this might keep the size down. ... The outermost...
... extent ... Correction. In waypoint symbols which are symmetric about the X axis, I used scale(1,-1). But because of the inverted coordinate system, the...
Geography Markup Language may be an alternative to the GPX format for complex maps. See http://www.opengis.net/gml/02-069/GML2-12.html I'm considering...
I'm loading a GPX from geocaching.com but my XMLSpy complains: Your schema uses attributeFormDefault="qualified" - you must specify a prefix for your schema ...
I plan on writing an XSL, creating "Map Features" for OziExplorer. I have written one for .loc -> ozi waypoint files already. But before I get busy, has anyone...
Interesting, tell me more ;-) I completed my XSL for waypoints yesterday; my main use is to import geocaches so I can see them on detailed maps. ... From:...
... That's depressingly easy to do. I frequently get complaints from users of geocaching.com39;s GPX files that gpsbabel is choking on them. Every time I've...
... They're transformed for some file types and not for others. Contributions to the icon mapping tables are welcome. Since I don't use Ozi, I wasn't...
... 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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...