Skip to content

Simple WCS elevation coverage construction #657

Description

@pdavidc

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"
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions