Doug Fales
287467de59
Adding the ability to write GPX to a string in addition to a file. Thanks to Douglas Robertson for the patch.
2009-10-13 00:19:29 +00:00
Doug Fales
9dfdfd8360
Adding a patch from Douglas Robertson that allows using version 1.0 of the schema for output.
2009-09-27 23:46:14 +00:00
Doug Fales
cc5aa666bc
Patches from Tom Verbeure (mtbguru.com) to work with libxml-ruby 1.x.
2009-07-07 02:41:33 +00:00
Doug Fales
3abba74eef
Adding some new unit tests and fixing several file export bugs reported by Jochen Topf.
...
New unit tests also uncovered a bug where the number of trackpoints reported in a file was twice the actual number.
2008-02-19 04:06:29 +00:00
Doug Fales
a79761711b
Another patch from Gaku Ueda. This one allows you to pass in a string of GPX
...
data using the :gpx_date => option. Thanks Gaku!
2007-12-04 17:52:29 +00:00
Doug Fales
5aa64f2c3a
Updates courtesy of Gaku Ueda:
...
* Adding support for GPX 1.0 as well as 1.1 (since libxml namespace parsing
was hard-coded to 1.1. previously).
* Adding a GPX 1.0 unit test file.
* Miscellaneous updates to make it work with Ruby 1.8.6.
2007-11-30 06:26:26 +00:00
Doug Fales
022c7c6813
First stab at using libxml-ruby instead of REXML. I'm seeing the unit tests
...
finish in under 14 seconds. That is compared to 2 minutes using REXML.
2006-12-04 06:47:41 +00:00
Doug Fales
931a10cd17
A couple of fixes to make the library comply with the different attribute names
...
possible on the bounds element.
Formerly, a bounds element with a minlat or minLat attribute (instead of
min_lat) would not be properly parsed. Now all three styles of attribute name
are accepted.
2006-11-28 15:35:25 +00:00
Doug Fales
371a3fa0b9
Initial import of gpx gem.
2006-10-14 13:20:23 +00:00