Skip to content

Commit

Permalink
Update swmm_graphics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bowguy authored Dec 23, 2024
1 parent fd5152f commit dbbecfb
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 @@ -146,7 +146,7 @@ def create_map(model=None, filename=None, basemap=None,nodesgeojson=None,linksge
if nodesgeojson is None:
newmap.write(f'nodes = {geojson.dumps(model.nodes.geojson)}\n')
else:
newmap.write(f'conduits = {nodesgeojson}\n')
newmap.write(f'nodes = {nodesgeojson}\n')
elif '// INSERT MAP CENTER HERE' in line:
newmap.write('\tcenter:[{}, {}],\n'.format(c[0], c[1]))
elif '// INSERT BBOX HERE' in line and bbox is not None:
Expand Down

0 comments on commit dbbecfb

Please sign in to comment.