Accidentally committed this earlier but its has dodgy multipart poly labelling stuff that wasnt meant to go into cvs yet so its commented out for now....

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@2288 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-11-20 02:32:14 +00:00
parent 4f0aebc8cd
commit a448a971ba

View File

@ -473,6 +473,7 @@ QgsPoint QgsLabel::labelPoint ( QgsFeature *feature )
break;
case QGis::WKBMultiPolygon:
{
/*
unsigned char *ptr;
int idx, jdx, kdx;
int *numPolygons, *numRings;
@ -506,6 +507,7 @@ QgsPoint QgsLabel::labelPoint ( QgsFeature *feature )
}
break;
*/
}
}
return QgsPoint ( point );