[postgis-tickets] [PostGIS] #5437: ST_Intersects polygon geography empty results

PostGIS trac at osgeo.org
Wed Jul 12 15:54:26 PDT 2023


#5437: ST_Intersects polygon geography empty results
-----------------------------------+---------------------------
  Reporter:  royjacksonalertmedia  |      Owner:  pramsey
      Type:  defect                |     Status:  closed
  Priority:  medium                |  Milestone:  PostGIS 3.3.4
 Component:  postgis               |    Version:  3.3.x
Resolution:  invalid               |   Keywords:
-----------------------------------+---------------------------
Comment (by pramsey):

 Oh, if you want to play this game yourself, use the geography version of
 ST_Segmentize. I used this:
 {{{
 create table uhhuh as
 select st_segmentize(
   'POLYGON((
     -179.99999550799998 66.51326044300004,
     -179.99999550799998 85.05112878000006,
     -89.99999999999994 85.05112878000006,
     -89.99999999999994 66.51326044300004,
     -179.99999550799998 66.51326044300004))'::geography,
   10000) as geom;
 }}}
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5437#comment:4>
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