projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ac98d
)
Log calls to the makeway method.
author
Tom Hughes
<tom@compton.nu>
Sun, 22 Jul 2007 11:30:43 +0000
(11:30 +0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 22 Jul 2007 11:30:43 +0000
(11:30 +0000)
app/controllers/amf_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/amf_controller.rb
b/app/controllers/amf_controller.rb
index b318e3eefc060a87dd837197c266ba083996bc80..96ba9d7c0f2a0560e4dc13af56f43f40c4f4fabf 100644
(file)
--- 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