-
Notifications
You must be signed in to change notification settings - Fork 202
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
geoInterruptedHomolosine is missing an invert() method #97
Comments
Not all projections have an invert — see #85 for a general solution. |
Ok I understand. But in this case, if i use |
Oups sorry. Forget my comment. Defining lobes on d3.geoHomolosine doesn't work at all. |
@Fil Actually, i think it may be a bug : If i defined the projection projection as :
there's no
If i move the initialization to the end of the block (like this), i can get the projection.invert method to work perfectly :
|
Yes I just fixed it the same way you did in http://blockbuilder.org/Fil/cb3718040261307ef04b4031615e0c5c Would you like to submit a PR? |
Moved projection initialization after forward declaration. Related to issue d3#97
Moved projection initialization after forward declaration. Related to issue #97
Fixed by #98. |
I don't know if it's normal but
d3.geoInterruptedHomolosine()
misses an.invert()
method.The text was updated successfully, but these errors were encountered: