Closed lucaswoj closed 7 years ago
Note that we may decline to support these features being in core and use #281 to make them plugins
Note that the native SDKs don’t have a formal concept of a plugin, and the analogous CustomLayer
(Android) and MGLOpenGLStyleLayer (iOS and macOS) APIs aren’t officially supported.
/cc @friedbunny
@1ec5 As we build out #281 we hope to define a supported API for CustomLayer
s across all our SDKs
I was also initially under impression that we can implement heatmaps using TINs, but I was wrong. Heatmaps are conceptually different and TINs won't help us with proper heatmaps. For them, I opened a new ticket: #4756. We're also implementing hillshading through raster-based techniques (#4701). That means we no longer have an appealing immediate use for TINs (at least in the core), so we don't need an issue opened for it.
Note that we may decline to support these features being in core and use #281 to make them plugins
Continued from https://github.com/mapbox/DEPRECATED-mapbox-gl/issues/8 by @lucaswoj
Continued from https://github.com/mapbox/DEPRECATED-mapbox-gl/issues/27 by @1ec5