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.
Does anyone have a solution that will work in the Android version?
Retrieval and display of elevation data from an OGC Web Map Tile Service incorporated into the globe's terrain.
Support zoom, tilt and rotate navigation on devices supporting only a single touch point.
If the Tiff described image width is less than the tile width or the image length is less than the tile length the tile composition process will fail. This would...
References #20 **Please ignore the MultiGlobeActivity.java, that was added to this PR by accident and have not figured out how to remove it yet.** I did not want to get...
A client reported an exception when accessing a World Wind WMS. The following log was provided. It appears the client is accessing a WMS and loading the result into a...
Feature and terrain pick events as specified by the COEv3 Map API. From the COE requirements document: Map Interaction & Events The Map Engine shall accept input via multi touch...
Navigation response to user fling gestures; rotate in the fling direction with gradually decreasing velocity. From the COE requirements document: Map engine shall support “fling” so that depending on the...
The default EGL config chooser supplied by Android's GLSurfaceView can be error prone. The following stack trace is reproducible in environments that support the minimum requirements for WorldWindow: E/AndroidRuntime(12715): FATAL...
Attempting to run WWA on an API23 emulator and ran into this error message. ``` java.lang.IllegalArgumentException: No configs match configSpec at android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig(GLSurfaceView.java:859) at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:1024) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1401) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1240) ``` it's...