From: Tom Hughes Date: Tue, 26 Jun 2007 15:42:52 +0000 (+0000) Subject: Fix typo. X-Git-Tag: live~8319 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2c5ffbaaaf5f61f8c8162f32ec0fc5a0ac0e7a21 Fix typo. --- diff --git a/app/controllers/amf_controller.rb b/app/controllers/amf_controller.rb index b91052266..2bd98707a 100644 --- a/app/controllers/amf_controller.rb +++ b/app/controllers/amf_controller.rb @@ -172,8 +172,8 @@ EOF def whichways(args) xmin = args[0].to_f-0.01 ymin = args[1].to_f-0.01 - xmax = args[2].to+f-0.01 - ymax = args[3].to+f-0.01 + xmax = args[2].to_f+0.01 + ymax = args[3].to_f+0.01 ActiveRecord::Base.logger.info(" Bounding Box: #{xmin},#{ymin},#{xmax},#{ymax}")