Skip to content

Commit

Permalink
Update swmm_graphics.py
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
bowguy authored Jan 29, 2025
1 parent ac9868e commit ea62bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmio/graphics/swmm_graphics.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def draw_model(model=None, nodes=None, conduits=None, parcels=None, title=None,
return img


def create_map(model=None, filename=None, basemap=None, auto_open=False, links_geojson=False, links_geojson=False):
def create_map(model=None, filename=None, basemap=None, auto_open=False, links_geojson=False, nodes_geojson=False):
"""
Export model as a geojson object and create an HTML map.
Expand Down

0 comments on commit ea62bf2

Please sign in to comment.