[postgis-tickets] r14741 - Give more decimal digits in edge-motion collision detection point

Sandro Santilli strk at keybit.net
Thu Mar 3 03:34:40 PST 2016


Author: strk
Date: 2016-03-03 03:34:40 -0800 (Thu, 03 Mar 2016)
New Revision: 14741

Modified:
   branches/2.2/liblwgeom/lwgeom_topo.c
Log:
Give more decimal digits in edge-motion collision detection point

Modified: branches/2.2/liblwgeom/lwgeom_topo.c
===================================================================
--- branches/2.2/liblwgeom/lwgeom_topo.c	2016-03-03 11:34:19 UTC (rev 14740)
+++ branches/2.2/liblwgeom/lwgeom_topo.c	2016-03-03 11:34:40 UTC (rev 14741)
@@ -3465,7 +3465,7 @@
         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 */



More information about the postgis-tickets mailing list