-
-
Notifications
You must be signed in to change notification settings - Fork 768
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
Point.convert()
with {x: number, y: number}
#808
Comments
The following is the original code before typescript changes: maplibre-gl-js/src/ui/camera.js Line 574 in cb3a420
We might consider creating a PR for the point-geomerty package to support this :-) |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@wipfli do we want to do something here or can this be closed? |
Thanks for the issue triage, @HarelM. Can be closed since no problems were reported. |
The convert function of
@mapbox/point-geometry
:https://github.com/mapbox/point-geometry/blob/bf471dc7ceb56299d4f5152c4badbeba193b0903/index.js#L304-L312
does not do the same as our v2.0.0
convert
function that we made in the TypeScript migration:With pull request #800, we roll back from our
Point
class to the mapbox one. Let's keep an eye on this change.The text was updated successfully, but these errors were encountered: