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

Simple WCS elevation coverage construction #657

Open
pdavidc opened this issue May 1, 2018 · 0 comments
Open

Simple WCS elevation coverage construction #657

pdavidc opened this issue May 1, 2018 · 0 comments

Comments

@pdavidc
Copy link
Contributor

pdavidc commented May 1, 2018

Child of #482

Given a service address and a coverage ID, enable simple construction a WorldWind elevation coverage for that coverage.

Here's a snippet demonstrating the concept. The structure passed to TiledElevationCoverage in this snippet is not necessarily what's we want, but intends to convey the rough idea:

var coverage = new TiledElevationCoverage({
    serviceAddress: "https://worldwind26.arc.nasa.gov/wcs",
    coverageId: "gebco"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant