mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Use standard names for geometry types
This commit is contained in:
parent
83dea9208c
commit
a603a3d756
@ -74,10 +74,10 @@ QgsNewGeoPackageLayerDialog::QgsNewGeoPackageLayerDialog( QWidget *parent, Qt::W
|
||||
|
||||
#if 0
|
||||
// QGIS always create CompoundCurve and there's no real interest of having just CircularString. CompoundCurve are more useful
|
||||
mGeometryTypeBox->addItem( tr( "Circular string" ), wkbCircularString );
|
||||
mGeometryTypeBox->addItem( tr( "CircularString" ), wkbCircularString );
|
||||
#endif
|
||||
mGeometryTypeBox->addItem( tr( "Compound curve" ), wkbCompoundCurve );
|
||||
mGeometryTypeBox->addItem( tr( "Curve polygon" ), wkbCurvePolygon );
|
||||
mGeometryTypeBox->addItem( tr( "CompoundCurve" ), wkbCompoundCurve );
|
||||
mGeometryTypeBox->addItem( tr( "CurvePolygon" ), wkbCurvePolygon );
|
||||
mGeometryTypeBox->addItem( tr( "MultiCurve" ), wkbMultiCurve );
|
||||
mGeometryTypeBox->addItem( tr( "MultiSurface" ), wkbMultiSurface );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user