I imagine many Flutter apps will want to use Leaflet with custom maps (e.g. indoor map of a mall, map of a campus, map of a recreational park).
These could benefit from being stored on device (as assets of the app). You'd get immediate load times and offline capability.
AFAIK, Leaflet currently only supports providing tiles through a web URL scheme (https://example.com/path/{id}/{z}/{x}/{y}.png) and I assume the JS version of leaflet doesn't really have a need for anything else. But I could be wrong.
In any case, I think this could be a really neat feature for a mobile app mapping solution.
cc @wmleler
I imagine many Flutter apps will want to use Leaflet with custom maps (e.g. indoor map of a mall, map of a campus, map of a recreational park).
These could benefit from being stored on device (as assets of the app). You'd get immediate load times and offline capability.
AFAIK, Leaflet currently only supports providing tiles through a web URL scheme (
https://example.com/path/{id}/{z}/{x}/{y}.png) and I assume the JS version of leaflet doesn't really have a need for anything else. But I could be wrong.In any case, I think this could be a really neat feature for a mobile app mapping solution.
cc @wmleler