kivy-garden / mapview

Mapview is a Kivy widget for displaying interactive maps.
https://kivy-garden.github.io/mapview/
MIT License
88 stars 29 forks source link

Pre download all tiles images of a bounding box as cache #21

Open ocobacho opened 5 years ago

ocobacho commented 5 years ago

Hello, I want to download all images of an area so mapview can use it as cache and not to download it on realtime. That way I can for example create an app that doesn't need connection in order to use the map. How could I achive this? Thanks.

beeekey commented 5 years ago

I would like to do the same.