mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Revert "Update utils to bring in coordinate transformation"
This commit is contained in:
@@ -28,5 +28,5 @@ def cap_xml_polygon_to_list(polygon_string):
|
||||
[
|
||||
float(coordinate) for coordinate in pair.split(',')
|
||||
]
|
||||
for pair in polygon_string.strip().split(' ')
|
||||
for pair in polygon_string.split(' ')
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user