Skip to content

Commit

Permalink
fix other aspect of #962
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8282 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Mar 26, 2008
1 parent 838803a commit b348437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/renderer/qgscontinuouscolorrenderer.cpp
Expand Up @@ -79,6 +79,8 @@ void QgsContinuousColorRenderer::renderFeature(QPainter * p, QgsFeature & f, QIm
{
//first find out the value for the classification attribute
const QgsAttributeMap& attrs = f.attributeMap();
if( attrs[mClassificationField].isNull() )
return;
double fvalue = attrs[mClassificationField].toDouble();

//double fvalue = vec[mClassificationField].fieldValue().toDouble();
Expand Down

0 comments on commit b348437

Please sign in to comment.