Select to view content in your preferred language

Read Map tiles from sqlite and mbtiles.

595
2
Jump to solution
12-05-2023 05:18 PM
NishanKhadka
Emerging Contributor

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
Regular Contributor

Could you try extending the  CustumTiledLayer class?

View solution in original post

2 Replies
ChanganShi1
Regular Contributor

Could you try extending the  CustumTiledLayer class?

NishanKhadka
Emerging Contributor

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

0 Kudos