Geodesic property for polyline - #55
Merged
Merged
Conversation
…perty has been changed.
wf9a5m75
added a commit
that referenced
this pull request
Nov 28, 2025
* fix: geodesic polyline is incorrect * wip: debugging mapbox geodesic polyline * Implement geodesic polyline * Add: geodesic functionality * Fix: Mapview does not redraw polyline when polylineState.geodesic property has been changed. * fix: setting new value for geodesic property by delegating makes crash * Remove unnecessary key() statement --------- Co-authored-by: masashi <masashi@masashis-MacBook-Air.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The geodesic property of a PolylineState represents whether the line should be drawn as a geodesic-meaning it follows the shortest path between two points on the Earth's surface, accounting for the planet's curvature-rather than as a straight line on the map's 2D projection.
Screen_recording_20250812_005146.webm