X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6fb857020092c909043c4521b91a040f3bb16937..d2cf09f389b2b92aa2bc55f375573173a2bcf1a4:/app/views/map_bugs/get_bugs.gpx.builder diff --git a/app/views/map_bugs/get_bugs.gpx.builder b/app/views/map_bugs/get_bugs.gpx.builder index be7e9cf7a..f543c1a02 100644 --- a/app/views/map_bugs/get_bugs.gpx.builder +++ b/app/views/map_bugs/get_bugs.gpx.builder @@ -1,23 +1,7 @@ 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 - - for bug in @bugs - xml.wpt("lon" => bug.lon, "lat" => bug.lat) do - xml.desc do - xml.cdata! bug.flatten_comment("