Remove unused method
This commit is contained in:
parent
38a74cf6a3
commit
66efc5f1ec
1 changed files with 0 additions and 4 deletions
|
@ -213,8 +213,4 @@ class SwfController < ApplicationController
|
||||||
def lat2y(a)
|
def lat2y(a)
|
||||||
180 / Math::PI * Math.log(Math.tan(Math::PI / 4 + a * (Math::PI / 180) / 2))
|
180 / Math::PI * Math.log(Math.tan(Math::PI / 4 + a * (Math::PI / 180) / 2))
|
||||||
end
|
end
|
||||||
|
|
||||||
def sqlescape(a)
|
|
||||||
a.gsub("'", "''").gsub(92.chr, 92.chr + 92.chr)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue