Temporary workaround until Boost::Geometry::Utils 0.14 is available
This commit is contained in:
parent
d4242ad0a4
commit
32aafd2eb9
@ -117,7 +117,7 @@ sub fill_surface {
|
|||||||
@{ Boost::Geometry::Utils::multi_polygon_multi_linestring_intersection(
|
@{ Boost::Geometry::Utils::multi_polygon_multi_linestring_intersection(
|
||||||
[ $surface->expolygon->offset_ex(scaled_epsilon) ],
|
[ $surface->expolygon->offset_ex(scaled_epsilon) ],
|
||||||
[ @paths ],
|
[ @paths ],
|
||||||
) };
|
) } if @paths; # this temporary check is a workaround for the multilinestring bug in B::G::U
|
||||||
}
|
}
|
||||||
|
|
||||||
return { flow_spacing => $params{flow_spacing} }, @paths;
|
return { flow_spacing => $params{flow_spacing} }, @paths;
|
||||||
|
Loading…
Reference in New Issue
Block a user