X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/88f469eec179d587f9539dd4b99032b847fc16f8..02f768533d75aee98afd15946a61717164cd03e4:/app/controllers/amf_controller.rb diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index 212343607..9592cf941 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -167,7 +167,7 @@ class AmfController < ApplicationController RAILS_DEFAULT_LOGGER.info(" Message: getway, id=#{wayid}") - way = Way.find(wayid, :include => :nodes) + way = Way.find(wayid) long_array = [] lat_array = [] points = []