Skip to content

Commit 5b22283

Browse files
committed
don't unnecessarily normalize - that wasn't the place that needed it
1 parent 3700fc3 commit 5b22283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformations/correction/cut_at_antimeridian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function segment_ring(coords::Vector{Tuple{Float64,Float64}}, great_circle::Bool
186186
push!(segments, current_segment)
187187
end
188188

189-
return normalize_coords.(segments)
189+
return segments
190190
end
191191

192192
# Check if a segment is self-closing

0 commit comments

Comments
 (0)