Skip to content

Commit

Permalink
fix for osm
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Jul 5, 2024
1 parent 7bbb462 commit 67ad4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matsim/scenario/supply/osm.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def execute(context):

content = content.replace(
'<param name="outputCoordinateSystem" value="null" />',
'<param name="outputCoordinateSystem" value="EPSG:{}" />'.format(crs)
'<param name="outputCoordinateSystem" value="{}" />'.format(crs)
)

content = content.replace(
Expand Down

0 comments on commit 67ad4f7

Please sign in to comment.