Skip to content

Instantly share code, notes, and snippets.

@VictorVelarde
Last active October 19, 2015 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VictorVelarde/9bb7fd6743ea34b3dccb to your computer and use it in GitHub Desktop.
Save VictorVelarde/9bb7fd6743ea34b3dccb to your computer and use it in GitHub Desktop.
Descomprimir teselas .mbtiles con mb-util
# Instalacion de mbutil con pip
cd C:\Python27\Scripts
pip install mbutil
# Generación de la cache de mapa (MBtiles) con TileMill
# Ejecución para descomprimir mbtiles (generados con TileMill):
python mb-util.py C:/Users/velardev/Documents/MapBox/export/fichero.mbtiles teselas --scheme=xyz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment