You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@warn"`segmentize(method::$(typeof(method)), geom) is deprecated; use `segmentize($(method isa LinearSegments ?"Linear()":"Geodesic()"), geom; max_distance, threaded) instead!" maxlog=3
187
+
@warn"`segmentize(method::$(typeof(method)), geom) is deprecated; use `segmentize($(method isa LinearSegments ?"Planar()":"Geodesic()"), geom; max_distance, threaded) instead!" maxlog=3
188
188
@assert method.max_distance >0"`max_distance` should be positive and nonzero! Found $(method.max_distance)."
189
-
new_method = method isa LinearSegments ?Linear() :Geodesic()
189
+
new_method = method isa LinearSegments ?Planar() :Geodesic()
0 commit comments