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 Implemented offline support. Added good old Angle class from WWJava and Sector function. ### Why Should This Be In Core? Among the most needed features,...

### Description of the Change Move Atmosphere feature from experimental module to core library. ### Why Should This Be In Core? It is already tested a lot and it gives...

### Description of the Change Remove low-pass filter from gestures, especially from RotationRecognizer. ### Why Should This Be In Core? It makes a bug during rotation gesture over 360 degrees...

By setting LookAt.range, can control the height of map display. but how to set or get the map level?

When zooming in on mountainous terrain, the near clip plane clips the terrain before it comes in close. **_Example: Mt Rainer_** ![image](https://cloud.githubusercontent.com/assets/191515/25247168/eb30c380-25be-11e7-89fd-e2b117a8cc78.png)

bug

Is offline map data on the roadmap? Also, if there's any examples on how to incorporate a TMS or Slippy based map source (web mercator), that would be awesome.

We also wants to load tiles with Mercator projections on the WW android, but it seems that only the WW JAVA supports and the android supports the Geoprojection. Thanks for...

- [ ] Lat-lon - [ ] MGRS - [ ] UTM

A community edition of WorldWindJava is being discussed at: https://github.com/NASAWorldWind/WorldWindJava/issues/81 Seeing as NASA is going to stop providing support for WorldWind, this project will most likely be affected too. Please...

Wcs201ElevationCoverage. java public Wcs201ElevationCoverage(Sector sector, int numLevels, String serviceAddress, String coverage) { // Judgment duplication if (numLevels < 0) { throw new IllegalArgumentException( Logger.makeMessage("Wcs201ElevationCoverage", "constructor", "invalidNumLevels")); } if (numLevels <...