flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.04k stars 503 forks source link

addImageSource not implemented on Web? #1166

Closed Tysonpower closed 1 year ago

Tysonpower commented 2 years ago

Is there really no support to load local images onto the map when running in a Webbrowser?

Even the addImageSource in the Example app seems to be broken on web, is there an alternative function i can use?

I'm aware that i can use addSource and "ImageSourceProperties" with a Rasterlayer to add a network image, but this only accepts a url and not a local image in bytes from my knowledge.

Hope i'm just missing something, but the "unimplemented" error isn't sounding good.

image

image

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.