Skip to content
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

improve spatial coverage of interactive pixel map #16

Open
wholmgren opened this issue Apr 14, 2023 · 1 comment
Open

improve spatial coverage of interactive pixel map #16

wholmgren opened this issue Apr 14, 2023 · 1 comment

Comments

@wholmgren
Copy link
Collaborator

Would be very helpful to me if the map included Hawaii and the Caribbean.

@kandersolar
Copy link
Member

kandersolar commented Apr 14, 2023

Looks like the grid is configured to extend beyond what the map will actually show, so it might be as simple as just updating the bounds here:

extent: ol.proj.transformExtent([-125, -21, -66.5, 60], 'EPSG:4326', 'EPSG:3857'),

A complication: different PSM3 datasets have different extents (and potentially different grid alignments?), I'm not sure which dataset's grid that page is currently showing, and I'm not sure which one we would want it to show. User beware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants