mbtiles2files

command module
v0.0.0-...-996a12e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 27, 2018 License: MIT Imports: 7 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL