Skip to content

Commit

Permalink
Merge branch 'dev' into tempbranch
Browse files Browse the repository at this point in the history
  • Loading branch information
springvalley authored Feb 22, 2024
2 parents 0e4da08 + 766f9b7 commit db0c5c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WMS/sanderscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ def generate_wms_picture():
print(f"Kunne ikke lagre fasit-bilde, statuskode: {response.status_code}")
print(f"Error in creating validation photo: {response.reason}" )
return False


2 changes: 1 addition & 1 deletion 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 db0c5c8

Please sign in to comment.