Skip to content

Releases: WorldWindEarth/WorldWindAndroid

v0.9.6

19 Oct 10:47
Compare
Choose a tag to compare
  • Add parameters to control which axis to reset in BasicWorldwindowController.
  • Use different approach to drag clamp to ground and flying placemarks.

v0.9.5

17 Oct 19:32
Compare
Choose a tag to compare
  • Use library built-in SelectDragListener in examples. Fix movement of flying Renderables.
  • Skip camera surface collision check if altitude is above Everest.
  • Add parameter to control if engine keeps pixel scale.

v0.9.2

26 Aug 22:55
Compare
Choose a tag to compare
  • Move camera to look at transformation logic into WorldWindow class to simplify camera operation.

v0.9.1

07 Aug 19:39
Compare
Choose a tag to compare

-Added Google, OpenStreetMap, OpenTogographicMap and WikiMapia layers support.
-Revert pull request #18 - use old render resource cache capacity determination approach.
-Remove WorldWindow dependency from Camera.
-Calculate LevelSet by resolution using latitude radians per pixel only.
-Add HTTP headers required by some map servers to image retriever.

v0.9.0

28 Jul 17:28
Compare
Choose a tag to compare

Finally we got a major release 0.9.0 for you. It contains all improvements and bug fixes since 2018:

  • Improve tiled image layers details dependency on screen density.
  • Add support of SVG vector textures.
  • Optimize URL connection processing.
  • Keep map scale on screen rotation by modifying field of view instead.
  • Fix Camera Controls tutorial gestures direction.
  • Fix WMS layer URL in Tutorials due to NASA change server domain name.
  • Remove deprecated Bintray publication support.
  • Add default select and drag listener implementation into library to be able to pick and move renderables out of the box.
  • Suppress FileNotFoundException stack trace during coverage and image retrieval.
  • Update Сodemirror to 5.65.3 and use google-java mode instead of С-like.
  • Fix Placemark tilt, rotation and clipping by the terrain.
  • Fix omnidirectional sight line not working on Mali GPU.
  • Switch basic elevation coverage to community WMS server https://wms.worldwind.earth/elev layers SRTM+GEBCO.
  • Fix incorrect self-closed HTML tags <p/>, <br/> and <a/> in Javadoc.
  • Fix GeoPackage format incompatibilities with some standard cases.
  • Migrate to AndroidX, AGP 7.2.1, Java 11 and target API 31.
  • Add support of Google Mercator projection tiled image sources like Google Maps, OpenTopoMap, OpenStreetMap, Wikimapia etc.
  • Move Atmosphere layer from examples into library and add it to examples and tutorials by default.
  • Refactor camera: Deprecate Navigator. Allow to set camera looking above the horizon.
  • Port LatLon, GARS, UTM and MGRS graticules from Java code base.
  • Fix render resource cache capacity determination
  • Add mouse tilt by pressing second mouse button.
  • Remove low-pass filter on gestures. Fix rotation gesture issue when crossing 360 degrees.
  • Improve terrain elevation processing during rendering: Rotate camera around look at position on terrain surface, not on sea level altitude under the ground; Avoid camera falling under the ground when zooming in.
  • And much more minor changes.