[postgis-tickets] r16891 - Remove dropshadow from WKT examples

Paul Ramsey pramsey at cleverelephant.ca
Fri Oct 12 02:24:45 PDT 2018


Author: pramsey
Date: 2018-10-12 14:24:45 -0700 (Fri, 12 Oct 2018)
New Revision: 16891

Modified:
   trunk/doc/html/image_src/generator.c
Log:
Remove dropshadow from WKT examples


Modified: trunk/doc/html/image_src/generator.c
===================================================================
--- trunk/doc/html/image_src/generator.c	2018-10-12 21:15:03 UTC (rev 16890)
+++ trunk/doc/html/image_src/generator.c	2018-10-12 21:24:45 UTC (rev 16891)
@@ -225,11 +225,9 @@
  * shadow to the current layer image.
  *
  * @param layerNumber the current working layer number.
- */
 static void
 addDropShadow(int layerNumber)
 {
-	// TODO: change to properly sized string
 	char str[512];
 	sprintf(
 	    str,
@@ -238,6 +236,7 @@
 	LWDEBUGF(4, "%s", str);
 	checked_system(str);
 }
+ */
 
 /**
  * Invokes a system call to ImageMagick's "convert" command that adds a
@@ -398,7 +397,7 @@
 		checked_system(output);
 
 		addHighlight( layerCount );
-		addDropShadow( layerCount );
+		// addDropShadow( layerCount );
 		layerCount++;
 		free(styleName);
 	}



More information about the postgis-tickets mailing list