Merging 17824:17845 from trunk to blocking branch.
This commit is contained in:
commit
09c5740b5b
60 changed files with 22385 additions and 15820 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue