[postgis-tickets] [PostGIS] #4462: st_asmvtgeom fails with IllegalArgumentException: RobustDeterminant encountered non-finite numbers

PostGIS trac at osgeo.org
Thu Jul 25 06:45:01 PDT 2019


#4462: st_asmvtgeom fails with IllegalArgumentException: RobustDeterminant
encountered non-finite numbers
----------------------+---------------------------
  Reporter:  autra    |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  medium   |  Milestone:  PostGIS 2.5.3
 Component:  postgis  |    Version:  2.5.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by autra):

 I updated my geos version to 3.7.2:

 {{{
 => select postgis_full_version();
 postgis_full_version
 ═══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  POSTGIS="2.4.4 r16526" PGSQL="100" GEOS="3.7.2dev-CAPI-1.11.2 b55d2125"
 PROJ="Rel. 5.2.0, September 15th, 2018" GDAL="GDAL 2.3.2, released
 2018/09/21" LIBXML="2.9.4" LIBJSON="0.12.1" LIBPROTOBUF="1.3.1" RASTER
 (1 row)
 }}}

 but still have this issue :-(

 {{{
 => select st_asmvtgeom(geom,
 st_setsrid(st_makebox2d(st_point(1645442.8949999844, 8184994.56999849),
 st_point
 (1647681.2699999844,8187432.94499849)), 3949)) as mvtgeom from copy3;
 NOTICE:  00000: LWGEOM_GEOS_nodeLines(): IllegalArgumentException:
 RobustDeterminant encountered non-finite numbers
 LOCATION:  pg_notice, lwgeom_pg.c:184
 ERROR:  XX000: IllegalArgumentException: RobustDeterminant encountered
 non-finite numbers
 LOCATION:  pg_error, lwgeom_pg.c:162
 }}}

 @Algunenano do I need to do something after compiling and installing the
 new geos to use it? It's odd I still reproduce with 3.7.2 and you don't...

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