Sha256: 3af990a42e6be5825e22ee94eefde58429ff6ce68209ce37ab146b8d9883b506
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
class Proj4::Projection def self.wgs84 Proj4::Projection.new '+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs' end def self.google Proj4::Projection.new '+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
georuby-ext-0.0.1 | lib/georuby-ext/proj4.rb |