Describe the feature: Map layers support the isLayerLoading function, which works great for ES-backed layers but doesn't work well for other layers (i.e. tile layers). MapBox provides an API for this situation via the isSourceLoaded and MapDataEvent but these are not tied into Kibana yet.
Describe a specific use case for the feature: When tile maps are slow to load, it is difficult to determine if tile layer isn't loaded yet or if the tile is simply void of data (i.e. fully transparent).
Describe the feature: Map layers support the
isLayerLoadingfunction, which works great for ES-backed layers but doesn't work well for other layers (i.e. tile layers). MapBox provides an API for this situation via theisSourceLoadedandMapDataEventbut these are not tied into Kibana yet.Describe a specific use case for the feature: When tile maps are slow to load, it is difficult to determine if tile layer isn't loaded yet or if the tile is simply void of data (i.e. fully transparent).