[postgis-tickets] r15591 - ST_AsMVTGeom keep the last step normalize for platform consistency

bjorn at wololo.org bjorn at wololo.org
Fri Aug 25 14:34:47 PDT 2017


Author: bjornharrtell
Date: 2017-08-25 14:34:47 -0700 (Fri, 25 Aug 2017)
New Revision: 15591

Modified:
   trunk/postgis/mvt.c
Log:
ST_AsMVTGeom keep the last step normalize for platform consistency
References #3819


Modified: trunk/postgis/mvt.c
===================================================================
--- trunk/postgis/mvt.c	2017-08-25 21:27:31 UTC (rev 15590)
+++ trunk/postgis/mvt.c	2017-08-25 21:34:47 UTC (rev 15591)
@@ -721,7 +721,7 @@
 	if (lwgeom_out == NULL || lwgeom_is_empty(lwgeom_out))
 		return NULL;
 
-	return lwgeom_out;
+	return lwgeom_normalize(lwgeom_out);
 }
 
 /**



More information about the postgis-tickets mailing list