v0.15.2
New Features
- Allow points styles using textures with no defined sprites to use percentages (
size: 50%
) and ratios (size: [16px, auto]
orsize: [50%, auto]
), as well asdensity
. #645
Bug Fixes
- Fix polygon hole glitch – thanks @ThFischer! #651
- fix
unique
parameter forqueryFeatures()
, whengeometry: 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)