[postgis-tickets] [PostGIS] #4462: st_asmvtgeom fails with IllegalArgumentException: RobustDeterminant encountered non-finite numbers
PostGIS
trac at osgeo.org
Thu Jul 25 08:38:34 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 Algunenano):
> do I need to do something after compiling and installing the new geos to
use it?
No, if you've replaced the system libraries (/usr/lib/libgeos_c.so,
/usr/lib/libgeos.so in my system) just open a new connection to the
database.
> It's odd I still reproduce with 3.7.2 and you don't...
From your call to `postgis_full_version` I see 2 things: GEOS seems to be
loaded correctly with the 3.7.2, but you are using Postgis 2.4.4. MVTs
have seen a lot of bug fixes and improvements, so I'd recommend you to
update to 2.4.7 (no upgrade necessary) and retest.
I've made some tests with the DBs I have on hand:
- PG 11 - Postgis trunk(Wagyu) - GEOS 3.7.1 - Works fine
- PG 10 - Postgis trunk(Wagyu) - GEOS 3.7.1 - Works fine
- PG 11 - Postgis trunk(Wagyu) - GEOS trunk - Works fine
- PG 11 - Postgis trunk(GEOS) - GEOS trunk - Works fine
- PG 11 - Postgis trunk(GEOS) - GEOS 3.7.2 - Works fine
- PG 11 - Postgis 2.5.2 - GEOS trunk - Works fine
- PG 11 - Postgis 2.5.2 - GEOS 3.7.2 - Works fine
I currently don't have any database with 2.4.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4462#comment:6>
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