[mapserver-commits] r12990 - sandbox/sdlime/rfc-77
svn at osgeo.org
svn at osgeo.org
Tue Jan 17 09:16:42 EST 2012
Author: sdlime
Date: 2012-01-17 06:16:41 -0800 (Tue, 17 Jan 2012)
New Revision: 12990
Modified:
sandbox/sdlime/rfc-77/mapdraw.c
sandbox/sdlime/rfc-77/mapfile.c
sandbox/sdlime/rfc-77/maplabel.c
Log:
Removed some of the debugging statements.
Modified: sandbox/sdlime/rfc-77/mapdraw.c
===================================================================
--- sandbox/sdlime/rfc-77/mapdraw.c 2012-01-17 03:55:33 UTC (rev 12989)
+++ sandbox/sdlime/rfc-77/mapdraw.c 2012-01-17 14:16:41 UTC (rev 12990)
@@ -1439,7 +1439,6 @@
cliprect.maxx = map->extent.maxx + 2*map->cellsize;
cliprect.maxy = map->extent.maxy + 2*map->cellsize;
*/
- fprintf(stderr, "in msDrawShape()...\n");
msDrawStartShape(map, layer, image, shape);
Modified: sandbox/sdlime/rfc-77/mapfile.c
===================================================================
--- sandbox/sdlime/rfc-77/mapfile.c 2012-01-17 03:55:33 UTC (rev 12989)
+++ sandbox/sdlime/rfc-77/mapfile.c 2012-01-17 14:16:41 UTC (rev 12990)
@@ -3030,7 +3030,6 @@
}
labelObj *msGrowClassLabels( classObj *class ) {
- fprintf(stderr, "in msGrowClassLabels, numlabels=%d\n", class->numlabels);
/* Do we need to increase the size of labels[] by MS_LABEL_ALLOCSIZE?
*/
Modified: sandbox/sdlime/rfc-77/maplabel.c
===================================================================
--- sandbox/sdlime/rfc-77/maplabel.c 2012-01-17 03:55:33 UTC (rev 12989)
+++ sandbox/sdlime/rfc-77/maplabel.c 2012-01-17 14:16:41 UTC (rev 12990)
@@ -355,8 +355,6 @@
cachePtr->layerindex = layerindex; /* so we can get back to this *raw* data if necessary */
cachePtr->classindex = classindex;
- fprintf(stderr, " assigned indexes\n");
-
if(shape) {
cachePtr->tileindex = shape->tileindex;
cachePtr->shapeindex = shape->index;
@@ -372,8 +370,6 @@
cachePtr->point.y = MS_NINT(cachePtr->point.y);
cachePtr->labelpath = NULL;
- fprintf(stderr, " stored label point (%g,%g)\n", point->x, point->y);
-
// cachePtr->text = msStrdup(string); /* the actual text */
/* TODO: perhaps we can get rid of this next section and just store a marker size? Why do we cache the styles for a point layer? */
@@ -405,8 +401,6 @@
msCopyLabel(&(cachePtr->labels[i]), classPtr->labels[i]);
}
- fprintf(stderr, " copied %d labels\n", classPtr->numlabels);
-
cachePtr->markerid = -1;
cachePtr->featuresize = featuresize;
More information about the mapserver-commits
mailing list