Skip to content

0.4.3-android

Compare
Choose a tag to compare
@matteblair matteblair released this 20 Oct 15:08

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 scene cameras (#937)
  • Tiled data sources can now have a min_display_zoom and max_display_zoom (#944, thanks @hallahan!)
  • Point labels can now stick to the ground using the flat parameter and change their orientation using the angle 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 a collide value from their parent label (#928)
  • The opaque blend mode was incorrectly denoted as none (#947)
  • Fixed some shader errors not being correctly logged (#967)
  • global value references now updated if the corresponding global 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)