left a bit in previous commit that shouldn't have been there.

This commit is contained in:
Dan Karran 2007-06-11 21:23:03 +00:00
parent eada120ffa
commit c43fac76df

View file

@ -301,7 +301,7 @@ module OSM
if latitude
lat_el = XML::Node.new 'geo:lat'
lat_el << latitude.to_s
item << lat_el if lat_el
item << lat_el
end
if longitude