]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notes/index.gpx.builder
Move the notes api methods into a controller in the api namespace
[rails.git] / 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 (file)
index 58da357..0000000
+++ /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