[postgis-tickets] r14740 - Give more decimal digits in edge-motion collision detection point
Sandro Santilli
strk at keybit.net
Thu Mar 3 03:34:19 PST 2016
Author: strk
Date: 2016-03-03 03:34:19 -0800 (Thu, 03 Mar 2016)
New Revision: 14740
Modified:
trunk/liblwgeom/lwgeom_topo.c
Log:
Give more decimal digits in edge-motion collision detection point
Modified: trunk/liblwgeom/lwgeom_topo.c
===================================================================
--- trunk/liblwgeom/lwgeom_topo.c 2016-03-03 10:38:17 UTC (rev 14739)
+++ trunk/liblwgeom/lwgeom_topo.c 2016-03-03 11:34:19 UTC (rev 14740)
@@ -3491,7 +3491,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