1 # frozen_string_literal: true
 
   5 xml.gpx("version" => "1.1",
 
   6         "creator" => "OpenStreetMap.org",
 
   7         "xmlns" => "http://www.topografix.com/GPX/1/1",
 
   8         "xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance",
 
   9         "xsi:schemaLocation" => "http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd") do
 
  10   xml << (render(@notes) || "")