Fix typo.

This commit is contained in:
Tom Hughes 2007-06-26 15:42:52 +00:00
parent b03a3f8889
commit 2c5ffbaaaf

View file

@ -172,8 +172,8 @@ EOF
def whichways(args) def whichways(args)
xmin = args[0].to_f-0.01 xmin = args[0].to_f-0.01
ymin = args[1].to_f-0.01 ymin = args[1].to_f-0.01
xmax = args[2].to+f-0.01 xmax = args[2].to_f+0.01
ymax = args[3].to+f-0.01 ymax = args[3].to_f+0.01
ActiveRecord::Base.logger.info(" Bounding Box: #{xmin},#{ymin},#{xmax},#{ymax}") ActiveRecord::Base.logger.info(" Bounding Box: #{xmin},#{ymin},#{xmax},#{ymax}")