Skip to content

joenall/mbutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBUtil

MBUtil is a utility for importing and exporting the MBTiles format.

Installation

Git checkout (requires git)

git clone git://github.com/mapbox/mbutil.git
cd mbutil
./mbutil.py -h

Python installation (requires easy_install)

easy_install mbutil
mbutil.py -h

Usage

Export an mbtiles file to files on the filesystem:

mbutil.py World_Light.mbtiles adirectory

Import a directory into a mbtiles file

mbutil.py directory World_Light.mbtiles

Requirements

  • Python >= 2.5

Metadata

MBUtil imports and exports metadata as JSON, in the root of the tile directory, as a file named metadata.json.

{
    "name": "World Light",
    "description": "A Test Metadata",
    "version": "3"
}

Authors

  • Tom MacWright (tmcw)

About

Importer and Exporter of MBTiles

Resources

License

Stars

Watchers

Forks

Packages

No packages published