We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it by design, that d3.geoIdentity() doesn't implement projection.center?
projection.center
Using Mike's example code for projection transition at https://stackoverflow.com/questions/17045826/how-to-do-smooth-transition-for-map-reprojection-in-d3-js I ran into problems transitioning from an identity projection. Was easily fixed by disabling all references to projection.center but wanted to understand what I am missing here.
Thanks!
The text was updated successfully, but these errors were encountered:
it could probably be added—it would slow things down by two substractions—probably not even measurable
Sorry, something went wrong.
No branches or pull requests
Is it by design, that d3.geoIdentity() doesn't implement
projection.center
?Using Mike's example code for projection transition at
https://stackoverflow.com/questions/17045826/how-to-do-smooth-transition-for-map-reprojection-in-d3-js
I ran into problems transitioning from an identity projection.
Was easily fixed by disabling all references to
projection.center
but wanted to understand what I am missing here.
Thanks!
The text was updated successfully, but these errors were encountered: