X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/4b4c5aac2f6e338fb043cd4d2a031c4bd6ee1b05..b4dbf6233c3785e62af5bd313381f1844e5bbc19:/app/views/notes/index.gpx.builder diff --git a/app/views/notes/index.gpx.builder b/app/views/notes/index.gpx.builder deleted file mode 100644 index 58da357da..000000000 --- a/app/views/notes/index.gpx.builder +++ /dev/null @@ -1,9 +0,0 @@ -xml.instruct! - -xml.gpx("version" => "1.1", - "creator" => "OpenStreetMap.org", - "xmlns" => "http://www.topografix.com/GPX/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 => "note", :collection => @notes) || "") -end