]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/api_controller.rb
Optimise retrieval of full relations.
[rails.git] / app / controllers / api_controller.rb
index 370b3f7460f127dc5a2049c98ac3d5a389c61e82..ec5674e94542487074ca29d986161762b357fea8 100644 (file)
@@ -182,7 +182,7 @@ class ApiController < ApplicationController
     # this "uniq" may be slightly inefficient; it may be better to first collect and output
     # all node-related relations, then find the *not yet covered* way-related ones etc.
     relations.uniq.each do |relation|
-      doc.root << relation.to_xml_node(changeset_cache, user_display_name_cache)
+      doc.root << relation.to_xml_node(nil, changeset_cache, user_display_name_cache)
     end
 
     response.headers["Content-Disposition"] = "attachment; filename=\"map.osm\""