globe: fix build

This commit is contained in:
Juergen E. Fischer 2016-08-09 00:18:10 +02:00
parent 935cbf8605
commit 2ea828e1b3

View File

@ -101,7 +101,7 @@ class QgsGlobeFeatureUtils
return pointSet; return pointSet;
} }
case Qgis::WKBMultiPoint: case QgsWkbTypes::MultiPoint:
{ {
osgEarth::Features::PointSet* pointSet = new osgEarth::Features::PointSet(); osgEarth::Features::PointSet* pointSet = new osgEarth::Features::PointSet();
QgsMultiPointV2* multiPoint = static_cast<QgsMultiPointV2*>( geom.geometry() ); QgsMultiPointV2* multiPoint = static_cast<QgsMultiPointV2*>( geom.geometry() );