Hello GPX-ers, Since there hasn't been much GPX discussion lately, I thought I'd pass this on. Any suggestions for her? On a more serious note, any ...
265
Robert Lipe
robertlipe
May 9, 2002 4:32 pm
... None that would be appropriate to share. :-) ... I've generally found GPX 1.0 to be expressive enough. I don't know if it's 1.1 material, but I've found...
266
Dan Foster
topografix
May 9, 2002 5:56 pm
Hello, I recently added cut/copy/paste support to EasyGPS and ExpertGPS, and decided to implement it with GPX. You can now copy waypoints, routes, or tracks...
267
lupitacox
May 21, 2002 1:59 pm
They're almost done... Doug Cox...
268
davewissenbach
May 31, 2002 1:04 pm
I've got a Alpha version of terrain visualization added to Wissenbach Map. The program reads 7 1/2 minute, 30 Meter DEM files into memory and then renders...
269
Don Reith
donreith
Jun 3, 2002 7:50 pm
Hi, I'm new to this list. I'm a happy ExpertGPS user but want to be able to exchange .gpx data with Microsoft MapPoint. I haven't found anything to do this yet...
270
Jeremy Irish
groundspeaker
Jun 4, 2002 1:24 am
I've played with the com objects in MapPoint to generate maps on the Geocaching.com site. The com objects are horribly enabled, most likely due to M$ desire to...
271
Robert Lipe
robertlipe
Jun 4, 2002 1:52 am
... I have a program in progress that reads and writes waypoints and routes in arbitrary formats. GPX is one of the formats. I don't use (or honestly, care...
272
Brian Lalor
blalor76
Jun 4, 2002 1:57 am
... Will you be able to handle the MapSource formats? -- Brian Lalor | http://introducingthelalors.org/ blalor@... (email) |...
273
Jeremy Irish
groundspeaker
Jun 4, 2002 2:05 am
You can actually import all kinds of formats into MapPoint. Unless you specifically want to generate maps (or have some automated tool), there's no real point...
274
Robert Lipe
robertlipe
Jun 4, 2002 2:09 am
... Just a few hours ago, someone handed me a MapSource file. I couldn't find any documentation on the file format used and there were some ambiguities in the...
275
Robert Lipe
robertlipe
Jun 4, 2002 2:15 am
... Automatibilty is a specific goal of my program. It reads and writes files as directed via command line. No UI. ... It's not automatable, not...
276
donreith
Jun 5, 2002 10:51 pm
I don't agree with the "horribly enabled" comment. Not that I'm a Microsoft cheerleader but MapPoint's object model, which has been updated for MapPoint 2002...
277
Jeremy Irish
groundspeaker
Jun 5, 2002 11:39 pm
I'm curious. How much have you worked with the API? I'm currently using 2002. Try to: 1. Save a map to a filename (e.g. c:\mymap.jpg) 2. Look up an address,...
278
donreith
Jun 6, 2002 10:20 pm
Well, as we've been doing different things we may both be right of our assessment of MapPoint's api. So far it has done what I've needed but we can't say the...
279
donreith
Jun 11, 2002 8:10 pm
... comes from ... specific class ... routes and ... the base ... the ... point to ... sequence. ... XSLT and ... correctly ... Yeah, this is an ancient...
280
donreith
Jun 11, 2002 8:21 pm
... waypoints and ... use (or ... couldn't ... feedback ... It ... authoritative ... I would be interested to see how it deals with routes, as I believe that...
281
donreith
Jun 11, 2002 11:10 pm
... a ... references ... ideas. ... Ignore my post. A little digging through my XSL reference unearthed a way to index into a element list. Don...
282
Don Reith
donreith
Jun 12, 2002 2:09 am
Attached to this message is a small .xsl file that demonstrates how to access the first and last waypoint for each track in the .gpx file. It also shows...
283
Brian Lalor
blalor76
Jun 12, 2002 3:37 am
... Hrm. I've never worked with XSL before, so forgive my naivety. Wouldn't the *first* element in a list be index zero, not one? By that same rational,...
284
donreith
Jun 12, 2002 11:23 am
... Wouldn't ... same ... the ... http://introducingthelalors.org/ ... That's what I would have expected as well, but XSL ain't C. In XSL functions that...
285
Robert Lipe
robertlipe
Jun 12, 2002 4:47 pm
... I think we have too many programs called mapSOMETHING. :-) Brian asked about Garmin MapSource format, which I've not accomplished (sorta) via providing...
286
Brian Lalor
blalor76
Jun 13, 2002 5:45 pm
I've whacked together a quick and dirty package[1] for reading and writing GPX[2] files in python. It is not feature complete and will allow you to create GPX...
287
lemire1
mark_lemire
Jun 25, 2002 2:17 am
Does anyone know if there exists an open source C++ class available that would take an XML file (ideally using a standard like GPX) and upload it to a Garmin...
288
Dave Wissenbach
davewissenbach
Jun 26, 2002 6:28 pm
There isn't something packaged exactly the way that you would like it. But as a starting point you might look at the source code for my Mapping program which ...
289
Amanda Paixao Monttez...
amandapaixaom
Jun 30, 2002 5:44 pm
http://www.geocities.com/nineamf/index.html ... Yahoo! Encontros - O lugar certo para encontrar a sua alma gêmea. http://www.geocities.com/nineamf/index.html ...
290
Amanda Paixao Monttez...
amandapaixaom
Jul 21, 2002 4:28 pm
http://www.geocities.com/zemaplata/index.html ... Yahoo! Encontros - O lugar certo para encontrar a sua alma gêmea. ...
291
Robert Lipe
robertlipe
Jul 30, 2002 4:46 am
I'll give this group a little head start on a program I'm releasing in the hopes that a group of programmers will be kinder to their own. :-) GPS Babel is a...
292
davewissenbach
Jul 30, 2002 12:57 pm
This is great. I downloaded this and noticed that you've published under the GPL. Maybe this fall I'll attempt to use this on Windows-- unless someone else...
293
Robert Lipe
robertlipe
Jul 30, 2002 2:42 pm
... Thank you. ... Since the problem i was trying to solve would have been less of a problem if the various programs were Free Software, it would have been ...