[postgis-tickets] r15608 - ST_AsMVTGeom fix unintentional white space change
bjorn at wololo.org
bjorn at wololo.org
Tue Aug 29 12:50:38 PDT 2017
Author: bjornharrtell
Date: 2017-08-29 12:50:38 -0700 (Tue, 29 Aug 2017)
New Revision: 15608
Modified:
trunk/postgis/mvt.c
Log:
ST_AsMVTGeom fix unintentional white space change
Modified: trunk/postgis/mvt.c
===================================================================
--- trunk/postgis/mvt.c 2017-08-29 19:43:43 UTC (rev 15607)
+++ trunk/postgis/mvt.c 2017-08-29 19:50:38 UTC (rev 15608)
@@ -629,7 +629,7 @@
* Makes best effort to keep validity. Might collapse geometry into lower
* dimension.
*/
- LWGEOM *mvt_geom(LWGEOM *lwgeom, GBOX *gbox, uint32_t extent, uint32_t buffer,
+LWGEOM *mvt_geom(LWGEOM *lwgeom, GBOX *gbox, uint32_t extent, uint32_t buffer,
bool clip_geom)
{
POSTGIS_DEBUG(2, "mvt_geom called");
More information about the postgis-tickets
mailing list