tprebs / fluttermap_heatmap

Heatmap plugin for flutter_map
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

[Web] Tiles without heatmap is grey. #6

Closed sun-jiao closed 1 year ago

sun-jiao commented 1 year ago

image

tprebs commented 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.

RamyAssaf1 commented 1 year ago

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?

tprebs commented 1 year ago

@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