We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c43e2f commit 3d35b66Copy full SHA for 3d35b66
src/transformations/correction/geometry_correction.jl
@@ -52,7 +52,7 @@ application_level(gc::GeometryCorrection) = error("Not implemented yet for $(gc)
52
53
(gc::GeometryCorrection)(trait::GI.AbstractGeometryTrait, geometry) = error("Not implemented yet for $(gc) and $(trait).")
54
55
-function fix(geometry; corrections = GeometryCorrection[CutAtAntimeridianAndPoles(), ClosedRing()], kwargs...)
+function fix(geometry; corrections = GeometryCorrection[ClosedRing()], kwargs...)
56
final_geoms = geometry
57
# Iterate through the corrections and apply them to the input.
58
# This allocates a _lot_, especially when reconstructing tables,
0 commit comments