openstreetmap-website/app/views/api/old_nodes/show.xml.builder
2024-03-04 11:19:50 +03:00

5 lines
108 B
Ruby

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