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