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

Terrain/elevation #75

Open
rmcarder opened this issue Sep 18, 2017 · 1 comment
Open

Terrain/elevation #75

rmcarder opened this issue Sep 18, 2017 · 1 comment

Comments

@rmcarder
Copy link
Collaborator

We should change the basemap to terrain, and look into doing something like this that shows inundation zones at a specified elevation

https://www.mapbox.com/bites/00307/?elev=100#13/37.9462/-122.5558

@mikelmaron
Copy link
Contributor

Damon added mouse-movement listening / terrain querying into a modification of the above demo, here: https://bl.ocks.org/dnomadb/raw/56480aee163baa28fa0de92a0c02aa60/?elev=100#11/37.4591/-122.2202

(Right now, just logs out the elevation value)

image

Caveat(s): originally wrote this all a number of years ago, so could stylistically use an upgrade. In addition, it uses web workers to offload the elevation work to a separate thread which adds a good deal of complexity to the demo.

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