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
Each "super" region (US West, Alaska, HMA, ...) has a projection. We need a way to represent this!
This file should also include basemaps for each projection.
First stab:
{ "USWest": {"projection": "EPSG:3857", "basemaps": [...]}, "Alaska": {"projection": "EPSG:9802", "basemaps": [...]}, }
The text was updated successfully, but these errors were encountered:
Currently we are only using web mercator, and will come back to this question later.
Sorry, something went wrong.
No branches or pull requests
Each "super" region (US West, Alaska, HMA, ...) has a projection. We need a way to represent this!
This file should also include basemaps for each projection.
First stab:
The text was updated successfully, but these errors were encountered: