mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
4f0aebc8cd
commit
a448a971ba
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user