Skip to content

Commit

Permalink
Rename Util.py to util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gsvartsund authored Feb 22, 2024
1 parent 338b246 commit 0e4da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WMS/Util.py → WMS/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ def create_bbox(coordinates):
min_y = min(coord[1] for coord in coordinates)
max_x = max(coord[0] for coord in coordinates)
max_y = max(coord[1] for coord in coordinates)
return f'{min_x},{min_y},{max_x},{max_y}'
return f'{min_x},{min_y},{max_x},{max_y}'

0 comments on commit 0e4da08

Please sign in to comment.