0.4.3-android
This is a minor update to the Tangram Android SDK. There are no breaking changes to the Android SDK interface in this release.
Features
- Added a
max_tilt
property for scenecameras
(#937) - Tiled data sources can now have a
min_display_zoom
andmax_display_zoom
(#944, thanks @hallahan!) - Point labels can now stick to the ground using the
flat
parameter and change their orientation using theangle
parameter (#925)
Fixes
- Fixed add and multiply blend mode to do depth testing (f59e0ac)
- Fixed a segfault that occurred if bundled fonts couldn't be found (#929)
- Nested
text
elements in labels now inherit acollide
value from their parent label (#928) - The
opaque
blend mode was incorrectly denoted asnone
(#947) - Fixed some shader errors not being correctly logged (#967)
global
value references now updated if the correspondingglobal
changes (#965)global
values used in JS functions now have the correct scalar types (#979)- Fixed some 'any' filters that were misinterpreted as 'all' filters (#980)
- Texture coordinates on extruded polygons now match tangram-js (#996)
- Fixed font URL resolution (#991 & #993)
- Fixed an issue where the map would not draw until an input or position change occurred (#1007)
- Fix some crashes that could occur when rapidly creating and destroying map instances (#1010)