Ticket #581 (closed defect: fixed)
LWGEOM_expand produces inconsistent results
| Reported by: | alexz | Owned by: | mcayland |
|---|---|---|---|
| Priority: | high | Milestone: | PostGIS 1.5.2 |
| Component: | postgis | Version: | 1.5.X |
| Keywords: | Cc: |
Description
# SELECT dropbbox(ST_expand(setsrid(makepoint(-122.50367,37.74189),4326), 0.00004)) && dropbbox(ST_expand(setsrid(makepoint(-122.50376,37.74185),4326), 0.00004)), ST_expand(setsrid(makepoint(-122.50367,37.74189),4326), 0.00004) && ST_expand(setsrid(makepoint(-122.50376,37.74185),4326), 0.00004);
| ?column? | ?column? |
| t | f |
(1 row)
See also:
http://postgis.refractions.net/pipermail/postgis-users/2010-September/027614.html http://archives.postgresql.org/pgsql-bugs/2010-08/msg00361.php
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

