Closed sun-jiao closed 1 year ago
Thanks for the issue @sun-jiao. Interesting that this is only on web. I have a sneaking suspicion that this is an issue with TileLayer in flutter_map during web deployments but have not had a chance to look at it yet.
Good day, Facing the same issue on web, only when we add layers of heat map to flutter_heatmap. Anyone found a possible solution for this?
@sun-jiao @RamyAssaf1 This appears to be caused by flutters renderer for web behaving differently to that of android and ios when rendering rgba bitmaps. The fix for this is available in master