[postgis-users] bounding box incorrect on circularstring

2008-10-08 Thread Ken Southerland
Thanks Mark! I'll look for it in the next release! Provided you get past these little niggly st_intersects issues. Ken Mark Leslie wrote: > >I've created an issue for this >, and have a >working patch for the 1.3 branch. Unfortunately,

Re: [postgis-users] bounding box incorrect on circularstring

2008-10-07 Thread Mark Leslie
Mark Cave-Ayland wrote: > Ken Southerland wrote: >> I am using Postgres 8.2.4 on Windows and am having an issue with the >> Circular Strings in the Postgis extension. >> >> Why is the bounding box of circularstrings incorrectly calculated. >> Here I have a circular string that represents a nearly

Re: [postgis-users] bounding box incorrect on circularstring

2008-10-06 Thread Mark Cave-Ayland
Ken Southerland wrote: I am using Postgres 8.2.4 on Windows and am having an issue with the Circular Strings in the Postgis extension. Why is the bounding box of circularstrings incorrectly calculated. Here I have a circular string that represents a nearly closed circle... db=# SELECT astex

[postgis-users] bounding box incorrect on circularstring

2008-09-30 Thread Ken Southerland
I am using Postgres 8.2.4 on Windows and am having an issue with the Circular Strings in the Postgis extension. Why is the bounding box of circularstrings incorrectly calculated. Here I have a circular string that represents a nearly closed circle... db=# SELECT astext( geom ) FROM geom_tabl