openstreetmap-website/app/views/api/nodes/show.xml.builder
2019-06-27 18:33:12 +02:00

5 lines
101 B
Ruby

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