From c6f92f5b19bb8537423736a5b47e398046cdbe49 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 3 Mar 2016 11:34:19 +0000 Subject: [PATCH] Give more decimal digits in edge-motion collision detection point git-svn-id: http://svn.osgeo.org/postgis/trunk@14740 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/lwgeom_topo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/lwgeom_topo.c index 65298fe53..8adb3945e 100644 --- a/liblwgeom/lwgeom_topo.c +++ b/liblwgeom/lwgeom_topo.c @@ -3491,7 +3491,7 @@ lwt_ChangeEdgeGeom(LWT_TOPOLOGY* topo, LWT_ELEMID edge_id, LWLINE *geom) GEOSGeom_destroy(oarea); GEOSPreparedGeom_destroy(nareap); GEOSGeom_destroy(narea); - wkt = lwgeom_to_wkt(lwpoint_as_lwgeom(n->geom), WKT_ISO, 6, &sz); + wkt = lwgeom_to_wkt(lwpoint_as_lwgeom(n->geom), WKT_ISO, 15, &sz); _lwt_release_nodes(nodes, numnodes); lwerror("Edge motion collision at %s", wkt); lwfree(wkt); /* would not necessarely reach this point */ -- 2.40.0