Select to view content in your preferred language

Read Map tiles from sqlite and mbtiles.

547
2
Jump to solution
12-05-2023 05:18 PM
NishanKhadka
New Contributor II

I have got map tiles stored in .sqlite and .mbtiles format locally in my phone. Is there a way that I can, load them into BaseMap as Tiled layer? 

0 Kudos
1 Solution

Accepted Solutions
ChanganShi1
New Contributor III

Could you try extending the  CustumTiledLayer class?

View solution in original post

2 Replies
ChanganShi1
New Contributor III

Could you try extending the  CustumTiledLayer class?

NishanKhadka
New Contributor II

Thank you for the suggestion! Using the CustomTiledLayer did the job.🙏

0 Kudos