Skip to content

kedzie/WWA

 
 

Repository files navigation

WorldWind_Android

WorldWind Library and Example code for the Android framework.

This repository contains the updates to the NASA WorldWind library for the Android mobile OS. The Library has updated with some bugfixing (XML parsing and other small issues), and with the support for new layers.

  • CompassLayer to display a Compass (that dinamically rotates and tilts) in the upper right corner of the view.
  • ScalebarLayer to display a Scalebar in the bottom part of the view.
  • SkyGradientLayer to display the Sky in the three dimensional environment. This layer has a nice visual impact when looking at the horizon.
  • WMSTiledImageLayer to display an arbitrary WMS layer. See the application example.
  • WorldMapLayer to display a WorldMap thumbnail in the upper left part of the view which shows where in the world the user is looking at.

Limited to tablets only, since phones are not able to read the DDS texture format. We are working hard to support both tablets and phones It requires API 15+

Examples

The project WorldWindowApplicationSample contains a full and working example of how to use the new layers. The folder WorldDroidDemoApp contains a ready to install apk with the latest version of the application.

ChangeLog

Credits

Author: Nicola Dorigatti (Trilogis Srl)

Screen Screen Screen

Further information and screenshots can be found at our website

NASA and the NASA logo are registered trademarks of NASA, used with permission.

About

WorldWind Library and Example code for the Android framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • C 0.4%