... This is a really old thread, but I'd be interested, if you have time, to see what you'd like in an interactive GPX editor. I work for Adobe and wrote a GPX...
The best gpx editor I've ever used was topofusion (windows). Besides adding and deleting points, simplifying, merging and splitting -- it's incredibly handy to...
... Just be thankful you aren't like me - even more limited as I use Linux exclusively :D I'm working on a php solution that will be platform independent, but ...
... Garmin's "Road Trip" for the Mac is usable without any Garmin devices, and imports and exports GPX files just fine. If you don't have a Garmin device than...
That's one of the reasons I want to build it on Adobe AIR. One, I can show it off as part of my day job for Adobe, but AIR also runs on Mac/Win/Linux. So I...
I haven't worked long enough with GPX Editor to say what I like or not. I'm rather looking for following functionality. a) correcting a path If I'm recording...
... and hugely.... cutting a track and deleting a segment. I don't know how many times I've screwed up and left the GPS on recording a long car trip home.... ...
... Different devices record track data at different intervals. For instance, my Garmin GPSmap can be set to record a new point only when I've moved a certain...
To take this one step further if you click (select) a point in the text version that point should be highlighted on the map, and visa versa. I'd also like to...
Hello, I have a need to create compressed GPX files, using the Zip compression/decompression algorithm. This would be identical to how the KML format has a...
For Mac OS X, the final dot/extension will define the type. So ".gpx.zip" is a bad choice because it will be treated as a straight zip file. Hal...
... Not to distract, but KMZ is actually a bit more than that; it's an archive and thus can include icons, html and other data that can be referenced from the...
Hello, ... My implementation plan was to mimic KMZ as much as possible - the program that opened the compressed GPX archive would extract data from any and all...
Here's another vote for GPZ. It isn't an overused file extension so it seems like a good candidate. It is also consistent to kmz as Dan mentioned already. We...
... Your file is a .zip file. The extension should be .zip. If you want to use .gpx before that, which would be the third of your options, that's fine. ... ...
... But that's exactly what it is - a zip archive. MacOS X is doing the right thing by treating it that way. Once you decompress it Mac OS X should treat it as...
... Exactly. Make up a new extension and people's browsers will ask them what they want to do with the file. Leave it as .zip and the server will send the...
On Mon, Jan 5, 2009 at 4:17 PM, Simon Slavin ... And let's not forget that at least some versions of IE ignore the ContentType returned by the web server and...
... There are several different compression methods - zip, gzip, bzip2, plus several others. It really does not make sense to pick just one and make a new...
My vote is for gpx.compressionext mainly using gpx.gz .gz is meant for single file compression, not multiple file archives, also applications automatically...
Hello, ... It was put up there to hold the one or two changes that people had requested after 1.1 came out, so that they'd be included in any future 1.2...
... Mostly I think you put it up because I wanted magnetic declination to be +/- 180 degrees instead of 0-360, since +/- 180 is the standard. -- Parks sat so...
I've released a very simple Java library that allows the parsing of GPX files. I've used the library to add support for import and export of GPX entities in...
Hi Group, currently I'm in a software project that would benefit from the GPX file format - or from one of its competing formats. I noticed there are multiple...
... GPX is an open standard specifically designed for exchange of data, you certainly should add least read/write the format regardless of what you use...