[postgis-tickets] [PostGIS] #4337: ST_Intersects on infinite numbers
PostGIS
trac at osgeo.org
Thu May 9 08:58:34 PDT 2019
#4337: ST_Intersects on infinite numbers
----------------------+---------------------------
Reporter: komzpa | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.3
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by pramsey):
I can see at least filtering the bbox condition, but otherwise I'd
consider a geometry with an Inf to be a bad citizen and not spend effort
trying to support login on them. That said, I can't easily create one, I
tried to make one with a mercator transform, but proj was too smart.
{{{
postgis30=# select st_astext(st_transform('SRID=4326;POINT(0 90)', 3857));
psql: ERROR: transform: tolerance condition error (-20)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4337#comment:2>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list