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

Support lat/long entry and display lat/long for custom pin #382

Merged
merged 6 commits into from
Aug 29, 2024

Conversation

graue
Copy link
Contributor

@graue graue commented Aug 29, 2024

Fixes #74.

@@ -5,13 +5,16 @@ import bezierSpline from '@turf/bezier-spline';
import distance from '@turf/distance';
Copy link
Contributor

@abhumbla abhumbla Aug 29, 2024

Choose a reason for hiding this comment

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

any chance we could convert this file to typescript since we're touching it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm so glad you asked because that dovetails with another branch I'm working on adding types to some itinerary-related files. Not geometry.js yet but it's the natural next one

@graue graue merged commit 8ba6345 into main Aug 29, 2024
3 checks passed
@graue graue deleted the graue/type-lat-lng branch August 29, 2024 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support lat/long entry and display lat/long for custom pin
2 participants