location = describe_location(note.lat, note.lon, 14, locale)
if note.closed?
location = describe_location(note.lat, note.lon, 14, locale)
if note.closed?
end
xml.link browse_note_url(note)
xml.guid note_url(note)
xml.description render(:partial => "description", :object => note, :formats => [:html])
end
xml.link browse_note_url(note)
xml.guid note_url(note)
xml.description render(:partial => "description", :object => note, :formats => [:html])