Skip to content

v0.9.0

Choose a tag to compare

@EMaksymenko EMaksymenko released this 28 Jul 17:28
· 29 commits to develop since this release

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.