Skip to content

Commit 1ca1de4

Browse files
committed
2 parents 93a3878 + 074f62e commit 1ca1de4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

backend/persisters/geoserver.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,10 @@ def key(r):
166166

167167
# Create a MultiPoint object
168168
points = MultiPoint(
169-
[Point(record.longitude, record.latitude) for record in source_records]
169+
[
170+
Point(record.longitude, record.latitude)
171+
for record in source_records
172+
]
170173
)
171174

172175
# Calculate the convex hull

0 commit comments

Comments
 (0)