mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Add TODO note to joinzonegeometry.
This commit is contained in:
parent
431165ab83
commit
899620c242
@ -97,6 +97,8 @@ class JoinZoneGeometry:
|
||||
self.preferred_lines = preferred_lines
|
||||
|
||||
def find_best_join_point(self) -> Point:
|
||||
# TODO: afaict the permissible_lines case is entirely unnecessary. The two
|
||||
# definitions appear equivalent.
|
||||
if self.preferred_lines.is_empty:
|
||||
join, _ = shapely.ops.nearest_points(self.permissible_zones, self.ip)
|
||||
else:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user