From dbbecfba6bdcb790bee6aa1575fa900c2a9a65f7 Mon Sep 17 00:00:00 2001 From: bowguy Date: Mon, 23 Dec 2024 13:00:10 -0700 Subject: [PATCH] Update swmm_graphics.py --- swmmio/graphics/swmm_graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swmmio/graphics/swmm_graphics.py b/swmmio/graphics/swmm_graphics.py index d74eee9..830b22e 100644 --- a/swmmio/graphics/swmm_graphics.py +++ b/swmmio/graphics/swmm_graphics.py @@ -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: