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

PostGIS trac at osgeo.org
Sun Aug 22 00:54:10 PDT 2021


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

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


Comment:

 I have still the same problems :-(
 I have just downloaded version 3.1.3 from the link Regina told me, and do
 the following steps


 {{{
 cd postgis-3.1.3/
 chmod +x configure
 ./configure
 make
 sudo make install

 }}}

 The problem is still there

 {{{
 esteban at DESKTOP-9FBND60:~/src/MobilityDB/build$ dropdb -p 5433 test_pg3
 esteban at DESKTOP-9FBND60:~/src/MobilityDB/build$ createdb -p 5433 test_pg3
 esteban at DESKTOP-9FBND60:~/src/MobilityDB/build$ psql -p 5433 test_pg3
 psql (13.2)
 Type "help" for help.

 test_pg3=# create extension postgis;
 CREATE EXTENSION
 test_pg3=# select geography 'Point(1 1)';
 2021-08-22 09:46:06.943 CEST [19008] ERROR:  lwgeom_set_geodetic:
 unsupported geom type: Unknown at character 18
 2021-08-22 09:46:06.943 CEST [19008] STATEMENT:  select geography 'Point(1
 1)';
 ERROR:  lwgeom_set_geodetic: unsupported geom type: Unknown
 LINE 1: select geography 'Point(1 1)';
                          ^
 test_pg3=# select postgis_full_version();
 postgis_full_version

 ------------------------------------------------------------------------------------------------------------------------
 ----------------------------------------------
  POSTGIS="3.1.3 008d2db" [EXTENSION] PGSQL="130" GEOS="3.8.0-CAPI-1.13.1 "
 PROJ="6.3.1" LIBXML="2.9.10" LIBJSON="0.13.1"
  LIBPROTOBUF="1.3.3" WAGYU="0.5.0 (Internal)"
 (1 row)

 test_pg3=#

 }}}

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