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-07 13:49:13 +01:00 committed by GitHub
parent 3939ce97a5
commit 34dc000aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,12 @@ Make sure you have python3 install.<br>
for example, I did:<br>
**python3 sqliteReader.py -i ./OSMBright.mbtiles**
## My map says file not found! Why are the filenames incorrect?
[Read Here](http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/)<br>
[And here](https://alastaira.wordpress.com/2011/07/06/converting-tms-tile-coordinates-to-googlebingosm-tile-coordinates/)<br>
I've added option to convert TMS Tile Coordinates to Google/Bing/OSM Tile Coordinates. Just use `-tms` when running.
## Links
[MBTiles](https://wiki.openstreetmap.org/wiki/MBTiles)<br>
[Tiles](https://wiki.openstreetmap.org/wiki/Tiles)