openstreetmap-website/app/views/api/nodes/relations/index.xml.builder
2025-02-08 18:22:55 +03:00

5 lines
159 B
Ruby

xml.instruct!
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << (render(:partial => "api/relations/relation", :collection => @relations) || "")
end