Open
Description
Good library!
When I use maplibre android, I can use local (from assets folder) sprites and glyphs.
The keywords of style.json are just like this.
"sprite": "asset://sprites/sprite",
"glyphs": "asset://glyphs/{fontstack}/{range}.pbf",
and all files are under assets folder.
But with this flutter-maplibre-gl, That way is not working.
I try to copy those files to under flutter assets folder and android assets folder. Both way couldn't load asset.
Is there any way to use local sprites and glyphs ??
Thanks!!