Skip to content

Commit

Permalink
Default srid value to use in new geom column : 0
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Aug 21, 2014
1 parent 57c9017 commit 0bfd5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_create_table.py
Expand Up @@ -284,7 +284,7 @@ def createTable(self):
try:
geomSrid = int(self.editGeomSrid.text())
except ValueError:
geomSrid = -1
geomSrid = 0
useSpatialIndex = self.chkSpatialIndex.isChecked()

flds = m.getFields()
Expand Down

0 comments on commit 0bfd5fb

Please sign in to comment.