X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/30ac98deefac506932b546d7711df79effdc55c7..28a706849f8cc5eab47faece0e4bebee387fb31f:/app/controllers/amf_controller.rb diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index b318e3eef..96ba9d7c0 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -502,6 +502,9 @@ def makeway(args) xc=coord2long(x,masterscale,baselong) yc=coord2lat(y,masterscale,basey) + + RAILS_DEFAULT_LOGGER.info(" Message: makeway, xc=#{xc}, y=#{yc}") + xs1=xc-0.001; xs2=xc+0.001 ys1=yc-0.001; ys2=yc+0.001