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

### Description of the Change Changes default altitude mode to be consistent with Google Earth. Adds missing parameters to style.generate that was causing exceptions in some cases.

### Description Currently when using Web World Wind to load the "ne_10m_admin_1_states_provinces_lines.shp" file from the [natural earth datasets](https://www.naturalearthdata.com/downloads/10m-cultural-vectors/), I receive an error saying "Shapefile record is not supported" and only...

### Description of the Changes LookAtNavigator concept was replaced by Camera and LookAt objects. This approach allows to set camera position and rotation freely without having obligatory viewport center on...

… the pick region, the function fails and throws an exception. This is because "pickShapesInRegion()" uses a rectangle region to do picking, not a point. Instead, it makes a temporary...

Picking of any SurfaceShapes is unpredictable, because JS canvas still does not allow to switch off anti-aliasing for strokes during rendering of pick frame. This issue makes picking of SurfaceShapes...

### Description of the Change This change disable anti-aliasing for `SurfaceShape` objects during picking so that a shape's anti-aliased pixel colors are not confused with the "pick" colors of other...

Selenium has many advantages over our current headless browser suite: - It covers Safari and IE. We currently cover Firefox and Chrome only. - Supports WebGL even in headless mode....

task

### Description of the Change 1) Change order of unitSquareTransform matrix operations to fix image stretching on rotation and apply correct pivot point. Original code stretched texture instead of rotation...

Basic LookAtNavigator implementation allows to change view point based on surface point and view angles of this surface point only. Camera can not view above horizon. New feature is required...