Merging 17824:17845 from trunk to blocking branch.

This commit is contained in:
Matt Amos 2009-09-29 10:23:31 +00:00
commit 09c5740b5b
60 changed files with 22385 additions and 15820 deletions

View file

@ -67,7 +67,7 @@ class WayController < ApplicationController
user_display_name_cache = {}
doc = OSM::API.new.get_xml_doc
way.nodes.each do |node|
way.nodes.uniq.each do |node|
if node.visible
doc.root << node.to_xml_node(changeset_cache, user_display_name_cache)
end