Releases: WorldWindEarth/WorldWindAndroid
Releases · WorldWindEarth/WorldWindAndroid
v0.9.6
v0.9.5
- 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
- Move camera to look at transformation logic into WorldWindow class to simplify camera operation.
v0.9.1
-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
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.