mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
globe: fix build
This commit is contained in:
parent
935cbf8605
commit
2ea828e1b3
@ -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() );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user