Skip to content

Commit

Permalink
Merge pull request #3 from asfadmin/rew/fix-readme-example
Browse files Browse the repository at this point in the history
Fix simplify_polygon example
  • Loading branch information
reweeden authored Feb 26, 2024
2 parents 1efd679 + 51842be commit 4aba298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def my_custom_transformation(polygon):


transformer = Transformer([
simplify_polygon,
simplify_polygon(0.1),
my_custom_transformation,
split_polygon_on_antimeridian,
])
Expand Down

0 comments on commit 4aba298

Please sign in to comment.