1
0
mirror of https://github.com/alfanhui/mbtilesToPngs.git synced 2025-05-28 04:40:13 -07:00

Update README.md

This commit is contained in:
Stu 2018-06-06 21:44:31 +01:00 committed by GitHub
parent 56d3052211
commit 1633ff12bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# mbtileToPng
This python program takes .mbtile files and extracts the images and places them into the correct directory structure /${z}/${x}/${y}.png that mimicks OpenStreetMap URI tile structure.
This python program takes .mbtile files and extracts the images and places them into the correct directory structure `/${z}/${x}/${y}.png` that mimicks OpenStreetMap URI tile structure.
This is to allow for offline use of OpenStreetMaps, and I will be using (Flutter_Map)[https://github.com/apptreesoftware/flutter_map] along with my own images for offline maps.
## Where to get .mbtile?