Keith Doggett

Results 24 issues of Keith Doggett

Fixes #358 Add functionality to test the PostGIS adapter against the full ActiveRecord test suite for Postgres. - Moved all tests to `test/cases` and namespaced them with `module PostGIS` to...

In the update to version 8, a few tests have to use `to_s` to compare result geometries instead of the objects directly. We should be able to compare the objects...

We should test the adapter against the full suite of ActiveRecord tests to assure we have not inadvertently caused any errors.

In order to determine the properties of a geometry column, the `OID::Spatial#parse_sql_type` method is called in the `SchemaStatements#initialize_type_map` method for geometry types. This method parses a `sql_type` (ex. "geometry(Polygon,4326)") and...

help wanted
good first issue

### Description Currently, the adapter will accept either RGeo objects or WKT strings when writing to a spatial column. If a WKT string is passed in, the column's factory is...

help wanted

As part of a proj and coord_sys refactoring project: We need to remove references to `proj4` in the core gem so that they can be properly decoupled. - [ ]...

feature
help wanted
proj4

As part of a `proj` and `coord_sys` refactoring project: We will expand the coordinate system classes to include the Coordinate Transform (CT) class and other related subclasses if necessary. From...

feature
help wanted
proj4

### Summary Resolves #212 Valid polygons will sometimes fail the linear ring test in spherical factories if they have a high point density. The test erroneously detects that arcs of...

Changes to V3 during RC testing.

### Summary Allows GEOS to be linked with a library (.so, .a, .dll, etc.) by specifying the `RGEO_GEOS_LIB_DIR` environment variable. ### Other Information This works, but there are still a...