Skip to content

v0.15.2

Compare
Choose a tag to compare
@bcamper bcamper released this 18 Aug 21:11
· 406 commits to master since this release

New Features

  • Allow points styles using textures with no defined sprites to use percentages (size: 50%) and ratios (size: [16px, auto] or size: [50%, auto]), as well as density. #645

Bug Fixes

  • Fix polygon hole glitch – thanks @ThFischer! #651
  • fix unique parameter for queryFeatures(), when geometry: true is also set 7ba382c
  • wrap all property JS functions with try/catch, and add more error context 45ece85
  • return value for angle JS function should expect degrees and convert to radians 3c32a5d
  • fix element_offset assignment 62cdb0f
  • save references to overloaded leaflet methods, and only call them when the tangram layer is active (fixes issue with switching between tangram and non-tangram layers w/leaflet layer control #637)