openstreetmap-website/app/views/api/ways/ways_for_node.xml.builder
2019-06-26 22:29:18 +02:00

5 lines
101 B
Ruby

xml.instruct!
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << (render(@ways) || "")
end