mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
globe: fix build
This commit is contained in:
parent
935cbf8605
commit
2ea828e1b3
@ -101,7 +101,7 @@ class QgsGlobeFeatureUtils
|
||||
return pointSet;
|
||||
}
|
||||
|
||||
case Qgis::WKBMultiPoint:
|
||||
case QgsWkbTypes::MultiPoint:
|
||||
{
|
||||
osgEarth::Features::PointSet* pointSet = new osgEarth::Features::PointSet();
|
||||
QgsMultiPointV2* multiPoint = static_cast<QgsMultiPointV2*>( geom.geometry() );
|
||||
|
Loading…
x
Reference in New Issue
Block a user