This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Per-property transitions are not parsed from style #7863
Labels
bug
Core
The cross-platform C++ core, aka mbgl
GL JS parity
For feature parity with Mapbox GL JS
runtime styling
Milestone
16c435b inadvertently removed the call to
parseTransitionOptions()
and thus support for per-property transitions in style JSON. This would represent a regression from iOS SDK v3.3.x and Android SDK v4.1.0.Per mapbox/mapbox-gl-js#2788, mapbox/mapbox-gl-style-spec#171, and mapbox/mapbox-gl-test-suite#116, the current plan is to give per-property transitions all the trappings of a formal style specification feature, so here’s one more: the developer might expect to be able to configure per-property transitions using the runtime styling API, now that they can configure style-wide transitions (#7711).
/cc @jfirebaugh @incanus
The text was updated successfully, but these errors were encountered: