Skip to content

Commit

Permalink
Removed cut & paste artifact (oops).
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/mapserver/trunk@5576 7532c77e-422f-0410-93f4-f0b67bdd69e2
  • Loading branch information
sdlime committed Aug 4, 2006
1 parent a4c0c17 commit 3188233
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion maplegend.c
Expand Up @@ -27,6 +27,9 @@
******************************************************************************
*
* $Log$
* Revision 1.62 2006/08/04 04:36:12 sdlime
* Removed cut & paste artifact (oops).
*
* Revision 1.61 2006/08/04 04:33:45 sdlime
* Fixed a problem with full-image legends where layer sizeunits were not taken into account when rendering a legend. (bug 1147)
*
Expand Down Expand Up @@ -130,7 +133,7 @@ int msDrawLegendIcon(mapObj *map, layerObj *lp, classObj *class, int width, int
if(type == MS_LAYER_POLYGON) {
type = MS_LAYER_LINE;
for(i=0; i<class->numstyles; i++) {
icon if(MS_VALID_COLOR(class->styles[i].color)) { /* there is a fill */
if(MS_VALID_COLOR(class->styles[i].color)) { /* there is a fill */
type = MS_LAYER_POLYGON;
break;
}
Expand Down

0 comments on commit 3188233

Please sign in to comment.