Skip to content

Document / add way to use local tiles #3

@filiph

Description

@filiph

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature[DEPRECATED] This issue requests a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions