openstreetmap-website/app/views/api/users/show.xml.builder
2020-09-06 22:11:23 +02:00

4 lines
116 B
Ruby

xml.instruct! :xml, :version => "1.0"
xml.osm(OSM::API.new.xml_root_attributes) do |osm|
osm << render(@user)
end