mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
Add blank field for Z and M field for delimited text provider. Fix #47634.
This commit is contained in:
parent
3e49bdf052
commit
6a15611659
@ -574,6 +574,10 @@ void QgsDelimitedTextSourceSelect::updateFieldLists()
|
||||
fieldNo++;
|
||||
}
|
||||
|
||||
// Add an empty item for M and Z field
|
||||
cmbMField->addItem( QString() );
|
||||
cmbZField->addItem( QString() );
|
||||
|
||||
// Try resetting current values for column names
|
||||
|
||||
cmbWktField->setCurrentIndex( cmbWktField->findText( columnWkt ) );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user