Skip to content

Commit

Permalink
round projection again
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Sep 26, 2024
1 parent 0194f0a commit d4d64a9
Show file tree
Hide file tree
Showing 3 changed files with 2,819 additions and 2,819 deletions.
2 changes: 1 addition & 1 deletion lib/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
def unproject(point):
"""Covert point to WGS84"""
projected = transformer.TransformPoint(point[0], point[1])
return (round(projected[0], 5), round(projected[1], 5))
return (round(projected[0], 6), round(projected[1], 6))
Loading

0 comments on commit d4d64a9

Please sign in to comment.