Mapping
- Dumping Map Tiles from MBTiles with Python
Feb 12, 2018
6 min readMBTiles is a database format designed for storing tiled data. It's a relatively simple database format that provides for a convenient, portable way to store map tile data. Today we will be taking a look at how we can use Python to dump these map tiles from an MBTiles databse.Read More (6 Minute Read)