Keith Doggett

Results 81 comments of Keith Doggett

I just released version 8.0.1 which includes this PR (https://github.com/rgeo/activerecord-postgis-adapter/pull/360) that I believe resolves this issue. Let me know if it doesn't.

Thanks for the detailed write-up. I'll start looking into this soon.

@pcboy I looked into this and the reason is that in GEOS and RGeo implementations of Z and M coordinates, they are essentially just labels and not used in any...

I also agree that it's best to stick with the spec for the core gem. I wonder if there might be a solution for this repo or `rgeo-activerecord` where we...

Thanks for the thorough examples. I'll start looking into this soon and post any updates here.

I dug into this some more and was able to replicate it. I also tried it with a GEOS backed factory and got a similar but slightly different result. ```...

Depending on the factory you're using, the given geometry might fail the linear ring test (it does on the `spherical_factory`). I need more information on what your column type is...

Hi @shqear93 due to the high point density of your polygon and the fact that you're using the spherical factory which is susceptible to floating-point issues it is most likely...

I'm not sure. It might be related to the fact that `point` will throw different errors than the rest of the geometry types. @BuonOmo do you have any thoughts on...

Thanks for the notes @dazuma @BuonOmo my initial thoughts align with yours that we should just make a breaking change, but I'd like to spend more time thinking about it....