[postgis-tickets] [PostGIS] #4979: There are still problems with empty geographies

PostGIS trac at osgeo.org
Sat Aug 21 19:15:44 PDT 2021


#4979: There are still problems with empty geographies
-------------------------+---------------------------
  Reporter:  ezimanyi    |      Owner:  pramsey
      Type:  defect      |     Status:  closed
  Priority:  medium      |  Milestone:  PostGIS 3.1.4
 Component:  postgis     |    Version:  2.5.x
Resolution:  worksforme  |   Keywords:
-------------------------+---------------------------
Changes (by robe):

 * status:  new => closed
 * resolution:   => worksforme


Comment:

 ezimanyi,

 Can you upgrade to the latest PostGIS 3.1.2.. PostGIS 3.1.2 was released
 already so you shouldn't be running a dev version or if dev it should be
 PostGIS 3.1.3dev.  I can't replicate the above issue on my 3.1.2 or
 3.1.3dev

 On mine:

 {{{
 POSTGIS="3.1.2 3.1.2" [EXTENSION] PGSQL="130" GEOS="3.9.1-CAPI-1.14.1"
 SFCGAL="1.3.8" PROJ="7.1.1" GDAL="GDAL 3.2.3, released 2021/04/27"
 LIBXML="2.9.9" LIBJSON="0.12" LIBPROTOBUF="1.2.1" WAGYU="0.5.0 (Internal)"
 TOPOLOGY RASTER
 }}}


 {{{
 select geography 'Point empty';
 }}}

 returns:


 {{{
 0101000020E6100000000000000000F87F000000000000F87F
 }}}


 {{{
 select geography 'Point(1 1)';
 }}}

 Returns:

 {{{
 0101000020E6100000000000000000F03F000000000000F03F
 }}}

 I'm going to close this out, but feel free to reopen if you still have
 issue.  It's possible it is an issue with proj thought I doubt it as I
 don't think that part of the code uses proj.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4979#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