gpx rss and gpx cleanups

This commit is contained in:
Steve Coast 2006-12-08 17:25:23 +00:00
parent dd1f94e341
commit e5f292cf21
5 changed files with 44 additions and 15 deletions

View file

@ -298,7 +298,7 @@ module OSM
lon_el = XML::Node.new 'geo:lon'
lon_el << longitude.to_s
item << lat_el
item << lon_el
@channel << item
end