Remote Potlatch projection routines as they are no longer needed.

This commit is contained in:
Tom Hughes 2008-07-15 23:15:53 +00:00
parent 34d9360bee
commit c878da25cf

View file

@ -37,15 +37,6 @@ module GeoRecord
return self.longitude.to_f / 10000000
end
# Potlatch projections
def lon_potlatch(baselong,masterscale)
(self.lon-baselong)*masterscale
end
def lat_potlatch(basey,masterscale)
-(lat2y(self.lat)-basey)*masterscale
end
private
def lat2y(a)