Skip to content

Commit 9a9eb0a

Browse files
committed
Don't use antimeridian cutting by default
it applies itself to planar geoms where it should not
1 parent 0357667 commit 9a9eb0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformations/correction/geometry_correction.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ application_level(gc::GeometryCorrection) = error("Not implemented yet for $(gc)
5252

5353
(gc::GeometryCorrection)(trait::GI.AbstractGeometryTrait, geometry) = error("Not implemented yet for $(gc) and $(trait).")
5454

55-
function fix(geometry; corrections = GeometryCorrection[CutAtAntimeridianAndPoles(), ClosedRing()], kwargs...)
55+
function fix(geometry; corrections = GeometryCorrection[ClosedRing()], kwargs...)
5656
final_geoms = geometry
5757
# Iterate through the corrections and apply them to the input.
5858
# This allocates a _lot_, especially when reconstructing tables,

0 commit comments

Comments
 (0)