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

5 lines
144 B
Ruby

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