openstreetmap-website/app/views/api/ways/full.json.jbuilder

7 lines
112 B
Ruby

json.partial! "api/root_attributes"
all = @nodes + [@way]
json.elements(all) do |obj|
json.partial! obj
end