#374: changing W3C geo tags to use 'long' instead of 'lon', per spec.
This commit is contained in:
parent
bc2fb65dbd
commit
d95c17e4f7
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ module OSM
|
|||
lat_el << latitude.to_s
|
||||
item << lat_el
|
||||
|
||||
lon_el = XML::Node.new 'geo:lon'
|
||||
lon_el = XML::Node.new 'geo:long'
|
||||
lon_el << longitude.to_s
|
||||
item << lon_el
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue