Skip to content

Simple utility to export map tiles from an MBTiles archive to a set of files

License

Notifications You must be signed in to change notification settings

pauln/mbtiles2files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mbtiles2files

Simple utility to export map tiles from an MBTiles archive to a set of files.

Preparation

MBTiles files are SQLite3 databases, so mbtiles2files requires an SQLite database driver compatible with database/sql. As this is the only dependency, no dependency manager has been used; you can install this dependency manually by running the following command:

go get github.com/mattn/go-sqlite3

Building

go build main.go

Usage

./main path/to/YourMap.mbtiles

A directory named "tiles" will be created in the current working directory, containing all tiles from your MBTiles archive.

About

Simple utility to export map tiles from an MBTiles archive to a set of files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages