Skip to content

Commit

Permalink
qgsnewmemorylayerdialog: Add support for TIN
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Sep 9, 2024
1 parent 89e0e4c commit 4eb99c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsnewmemorylayerdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ QgsNewMemoryLayerDialog::QgsNewMemoryLayerDialog( QWidget *parent, Qt::WindowFla
Qgis::WkbType::MultiPolygon,
Qgis::WkbType::MultiSurface,
Qgis::WkbType::PolyhedralSurface,
Qgis::WkbType::TIN,
};

for ( const auto type : geomTypes )
Expand Down

0 comments on commit 4eb99c9

Please sign in to comment.