Skip to content

Commit

Permalink
fixing typo in wkt script #22
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Apr 4, 2024
1 parent dd0f7ce commit 4d78c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/visualization/plotWKT.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def plotPolygonWithHoles(polygon, options):

def plotMultiPolygonWithHoles(multipolygon, options):
for polygon in multipolygon.geoms:
plotPolygonWithHoles(polygon, options['color'])
plotPolygonWithHoles(polygon, options)


def main(args=None):
Expand Down

0 comments on commit 4d78c53

Please sign in to comment.