WebWorldWind icon indicating copy to clipboard operation
WebWorldWind copied to clipboard

The NASA WorldWind Javascript SDK (WebWW) includes the library and examples for creating geo-browser web applications and for embedding a 3D globe in HTML5 web pages.

Results 111 WebWorldWind issues
Sort by recently updated
recently updated
newest added

Child of #575 Establish a web-appropriate interface for composing elevations similar to WWJava's CompoundElevationModel. Use WorldWindAndroid's ElevationModel and ElevationCoverage interfaces as a baseline for this capability.

new feature
in progress
nasa

Organize the elevation data sets for optimal performance. Ensure that all data sets are retrieved from a single source. Add software packages to improve server responsiveness.

epic
web service

If I'm correct, kmlSubstyle balloonStyle is currently only parsed but not displayable in WebWorldWind kmlFile layer placemarks. If so, I'd like to suggest the capability to display them as a...

### Description The examples at https://worldwind.arc.nasa.gov/web/get-started/, https://worldwind.arc.nasa.gov/web/tutorials/simplest-example/ etc. all reference the 0.9.0 release instead of 0.10.0, e.g.: ```html ```

I see we can load .dae files using collada loader in world wind web but is it possible to load point cloud, specifically something like this- http://potree.org/potree/examples/toolbar.html in the same...

**Note:** Any issue that does not include enough information to be reviewed in a timely manner may be closed at the maintainer's discretion. ### Prerequisites Please fulfill the following requirements...

### Description I am using KML LineString to create a flight path between 2 cities (ex attached: Paris-Shanghai), the line is created as expected but a label appears way off...

### Description of the Changes Refactor MercatorTiledImageLayer to include all general initialization, such as: sector, zero level delta, display name, image size, detectBlankImages and mapSizeForLevel calculation into parent constructor. This...

### Description of the Change Added the ability to pan, zoom and reset the globe using the keyboard. - The arrow keys pan the globe - The '+' and '-'...

### Description of the Change Add `geographicToScreenPoint` function and related logic to determine pixel coordinates of a geographic location on the globe. This feature adds the reverse functionality of the...