Skip to content
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

FIX: Gridliner should handle offset central longitudes #2489

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

greglucas
Copy link
Contributor

This merges parallel multilinestring geometries from an intersection into a single linestring when possible. Before this, the line would start in the middle of the axes and then go to the boundaries. The previous logic would only take the start/end geometry points and would therefore put the labels in the middle of the axes at "0" instead of on the edges.

closes #2486
closes #1923

This merges parallel multi linestring geometries from an intersection
into a single linestring when possible. Before this, the line would start
in the middle of the axes and then go to the boundaries. The previous
logic would only take the start/end geometry points and would therefore
put the labels in the middle of the axes at "0" instead of on the edges.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the "Known bug" text in the upper right axes has been removed because the right labels show up now.

@dopplershift dopplershift merged commit d5a07ab into SciTools:main Dec 5, 2024
23 checks passed
@QuLogic QuLogic added this to the Next Release milestone Dec 5, 2024
@greglucas greglucas deleted the gridliner-central-lon branch December 6, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants