Sha256: 0d2b1bd442a2f987824048dc6386d42c45cbae107bc7b4710af67908478e0950
Contents?: true
Size: 647 Bytes
Versions: 5
Compression:
Stored size: 647 Bytes
Contents
# ----------------------------------------------------------------------------- # # Tests for the simple mercator polygon implementation # # ----------------------------------------------------------------------------- require "test/unit" require "rgeo" require ::File.expand_path("../common/polygon_tests.rb", ::File.dirname(__FILE__)) module RGeo module Tests # :nodoc: module SimpleMercator # :nodoc: class TestPolygon < ::Test::Unit::TestCase # :nodoc: def setup @factory = ::RGeo::Geographic.simple_mercator_factory end include ::RGeo::Tests::Common::PolygonTests end end end end
Version data entries
5 entries across 5 versions & 2 rubygems