Revert "Update utils to bring in coordinate transformation"

This commit is contained in:
Chris Hill-Scott
2021-08-20 16:05:39 +01:00
committed by GitHub
parent c50ef90d53
commit f3e6d92046
6 changed files with 14 additions and 89 deletions

View File

@@ -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(' ')
]