mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04:00
Default srid value to use in new geom column : 0
This commit is contained in:
parent
57c901712a
commit
0bfd5fbf64
@ -284,7 +284,7 @@ class DlgCreateTable(QDialog, Ui_Dialog):
|
||||
try:
|
||||
geomSrid = int(self.editGeomSrid.text())
|
||||
except ValueError:
|
||||
geomSrid = -1
|
||||
geomSrid = 0
|
||||
useSpatialIndex = self.chkSpatialIndex.isChecked()
|
||||
|
||||
flds = m.getFields()
|
||||
|
Loading…
x
Reference in New Issue
Block a user