WorldWindAndroid icon indicating copy to clipboard operation
WorldWindAndroid copied to clipboard

The NASA WorldWind Java SDK for Android (WWA) includes the library, examples and tutorials for building 3D virtual globe applications for phones and tablets.

Results 103 WorldWindAndroid issues
Sort by recently updated
recently updated
newest added

Within the worldwind-examples module, the MultiGlobeActivity exhibits abnormal behavior on some devices. In portrait mode, the slider may move in the opposite direction of the user's drag operation.

bug

When a Path uses a texture which includes transparency, as the outline ImageSource, the transparent portion of the stipple masks the Path extrusion. ![screenshot_20160930-153054](https://cloud.githubusercontent.com/assets/4935133/19004533/55e62010-8724-11e6-8cc4-dfdcc0bbd4c1.png)

bug

Provide a mechanism to select all World Wind shapes intersecting a screen point/rectangle. This includes both shapes hidden behind another shape (whether that shape is transparent or opaque) and shapes...

enhancement

Display screen text indicating the current map coordinates.

new feature

Increase the limit on path and polygon vertex count currently imposed on applications. Currently, the following limitations apply to path and polygon shapes: - Maximum of 65,535 vertices for path/polygon...

enhancement

Display of text draped on the terrain surface with a geographic location. From the COE requirements document: Text Annotations - Ability to plot a geospatially bound text label that behaves...

new feature

Create a "dragger" component that can control the "move" behavior of a renderable object, and who's selected implementation can controlled by an application's business logic. Goal: Allow applications to add...

enhancement

Implement "image badges" for Placemarks that provide or indicate an affordance or capability. A "badge" is a small image composited on top of a Placemark's image, typically placed in a...

enhancement

Display an application defined image or a default image for placemarks who's textures are absent. When placemarks are rendered without an active texture present, a meaningful proxy image should be...

enhancement

When a placemark is clipped by the near clipping plane, the leader line is inappropriately removed. The visible portion of the leader line should remain on screen.

bug