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
The composite projections don't work with the library. For instance albersUsa. gives an error:
this2._config.projection.center is not a function
Also, only the biggest geometry for each feature is used, so Hawaii has only one island.
It would be great to solve both problems, because the library is awesome.
I made this example for Spain http://bl.ocks.org/rveciana/fa4b43f086afc5ac11bbb4702dce014e which has both issues (the geoConicConformalSpain projection doesn't work, as it's based on geoalbersUsa)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The composite projections don't work with the library. For instance albersUsa. gives an error:
this2._config.projection.center is not a function
Also, only the biggest geometry for each feature is used, so Hawaii has only one island.
It would be great to solve both problems, because the library is awesome.
I made this example for Spain
http://bl.ocks.org/rveciana/fa4b43f086afc5ac11bbb4702dce014e
which has both issues (the geoConicConformalSpain projection doesn't work, as it's based on geoalbersUsa)
The text was updated successfully, but these errors were encountered: