-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplifying FlightSeparations: removal of some possibilities #87
Comments
Email from Glenn E., Sat 10 Apr 2021, replying to a question asking whether he objected: “I do not; safe to remove.” |
Also, one possible forthcoming use: |
Decision: at a convenient moment, I will do this simplification. Doing so will: remove a possible ugliness; make the documentation easier to digest; and make the code itself easier to read and maintain. |
Done. |
FlightSeparations
has possibilities that are ugly and have been superseded.The basic line construct has straights meeting at sharp turns. These can be softened with the new (March 2021)
/Arc
control, which replaces the sharp turn with a part-circle.The old (Sep 2010)
/Curve
inserts a Bézier curve made with the PostScript commandcurveto
, the two middle knot points both being where the straight lines would meet. The end knots points are not necessarily equidistant from this, so the curve can look lopsided. Too often it’s ugly.There’s also a possibly of clinging to the outside of the circle with
/Clockwise
or/Widdershins
(older: Nov 2009). Optically, these more than minimally interfere with theCirclearrays
, and so have never looked good. The existence of these necessitated/HorizontalLeftwards
,/HorizontalRightwards
,/VerticalDown
, and/VerticalUp
.Ugly; superseded. Hence the proposal is to remove support for all of:
/Curve
,/Clockwise
,/Widdershins
,FlightSeparationArcRadiusControl
(which affects only/Clockwise
and/Widdershins
),/HorizontalLeftwards
,/HorizontalRightwards
,/VerticalDown
, and/VerticalUp
.Objections?
The text was updated successfully, but these errors were encountered: