openstreetmap-website/app/views/map_bugs/get_bugs.gpx.builder
2011-05-07 14:54:22 +01:00

7 lines
287 B
Ruby

xml.instruct!
xml.gpx("version" => "1.1",
"xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance",
"xsi:schemaLocation" => "http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd") do
xml << render(:partial => "bug", :collection => @bugs)
end