Skip to content

Commit

Permalink
Merge pull request #134 from MIERUNE/fix/fix-geometries-option
Browse files Browse the repository at this point in the history
remove method parameter for Fix geometries
  • Loading branch information
Kanahiro authored Aug 16, 2023
2 parents 8b24e25 + 9ae7a25 commit 563c708
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion translator/vector/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def _clip_in_projectcrs(layer: QgsVectorLayer, extent: QgsRectangle) -> QgsVecto
"native:fixgeometries",
{
"INPUT": layer,
"METHOD": 1,
"OUTPUT": "TEMPORARY_OUTPUT",
},
)["OUTPUT"]
Expand Down

0 comments on commit 563c708

Please sign in to comment.