Pins down a subtle bug introduced by interaction between text-rotation-alignment + text-rotate in https://github.com/mapbox/mapbox-gl-js/pull/2668 which is hard to catch given that an explicit text-rotate value is seldom set by styles.
Adds two tests to nail this down -- PRs for JS/Native coming.
Pins down a subtle bug introduced by interaction between
text-rotation-alignment + text-rotate
in https://github.com/mapbox/mapbox-gl-js/pull/2668 which is hard to catch given that an explicittext-rotate
value is seldom set by styles.Adds two tests to nail this down -- PRs for JS/Native coming.