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

### Description of the Change - Added globe.getElevationAtLocation() method to determine real (not-tessellated) elevation at specified location. - Fixed GL near clip distance calculation and limit Navigator to avoid camera...

### Description of the Change Basic GeoPackage implementation does not support level sets started not in -90, -180 coordinates, but according standard any external system exports GeoPackage files with the...

### Description of the Change Added `MercatorTiledImageLayer` and its related components to easily connect popular tile sources such as OpenStreetMap, Google etc. ### Why Should This Be In Core? Extends...

### Description of the Change Deprecate Navigator class and control Camera directly like in JS codebase. Move LookAt point conversion routine into Camera class. Move field of view into Camera...

### 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...

### Description of the Change Added UTM, UPS, MGRS coordinates converters and UTM, MGRS, GARS, LatLon graticules. The code was ported from the WorldWindJava SDK. This PR is based on...

### Description of the Change Fix OmnidirectionalSightline feature rendering on modern devices, especially on Mali Gxx GPUs. ### Why Should This Be In Core? Feature was broken. ### Benefits Feature...

To avoid camera falling to the ground it is required to correct GL near clip distance calculation taking elevation in camera position into account. First of all, calculate near clip...

Now Navigator takes point on zero altitude as a root point for gesture. It makes gestures to rotate around point below the surface. It is wrong! Camera should take lookAt...

**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...