WorldWindAndroid
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.
## General notes/recommendations - Many public methods lack documentation. - Unit test coverage appears to be low. - Lint messages need addressing. - A North-South orientation control (or lock) would...
### Description The Sector class doesn't check for minimum Lat/Long in the constructor. It does check the maximum values. ### Steps to Reproduce 1. Create a sector with minimum Lat/Long...
How to obtain the geographical scope of the current visible earth?
MilStd2525Placemark should store clones of modifiers and attributes in its constructor (the same way as in BitmapFactory of MilStd2525 class does): ``` this.modifiers = modifiers != null ? modifiers.clone() :...
Hello! Some phones does not support detection of movement for more than 2 fingers, plus 3 finger gesture is not obvious. I propose to modify BasicWorldWindController to set 2 fingers...
The latest version of WorldWind for Android does not have an offline capability yet. I'm opening an issue here for this feature request in order to remind you! :-) http://forum.worldwindcentral.com/showthread.php?46210-Android-Offline-Mode
In the class Camera, there's an altitude field which I assume represents the altitude of the view/camera over the globe instance. There's really no javadocs on it. Is this in...
The example Geopkg works just fine, but some of the other examples online are not rendering correctly. The two entries from Luciad listed here: http://www.geopackage.org/#sampledata both fail, but for different...
In android,How can i load local vector data?And,What is the format of the loaded vector graph data?Thank you.
Is there any way to use bundled texture maps to wrap the sphere (rather than a WMS server)? For instance, if you wanted to display a model of Neptune?