Skip to content

Commit

Permalink
fix geometrycolumn writing
Browse files Browse the repository at this point in the history
  • Loading branch information
signedav committed Dec 7, 2022
1 parent 7434e93 commit 2dc0a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toppingmaker/projecttopping.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def make_item(
self.properties.tablename = QgsDataSourceUri(
provider.dataSourceUri()
).table()
self.properties.geometry = QgsDataSourceUri(
self.properties.geometrycolumn = QgsDataSourceUri(
provider.dataSourceUri()
).geometryColumn()
elif (
Expand Down

0 comments on commit 2dc0a7e

Please sign in to comment.