Code Monkey home page Code Monkey logo

mapdbimporter's Introduction

MapDBImporter

MapDBImporter is a simple command-line tool to take a folder of MapBox tiles and put them in an mbtiles (SQLite database) file.


Usage

MapDBImporter -f (png,jpg) [-m<key1> <value1> [-m<key2> <value2>] ... ] [-M <metadata file>] -s <source directory> -d <destination file>


Arguments

-f (png,jpg)

Choose which type of file to use in case both are found in the tile folders.


-m<key1> <value1>

Add metadata to the tile set. Use quotes for terms with spaces.

    -mName "World Light" -mDescription "A simple, light grey world map"

-M <metadata file>

Pass an .ini-style file of key/value pairs for metadata. Do not use quotes around terms with spaces.

    Name = World Light
    Description = A simple, light grey world map

-s <source directory>

The path to the folder containing the zoom folders, which contain y folders, which contain x files.


-d <destination file>

The desired output file. It is recommended to use the format World_Light_1.0.mbtiles for the World Light tile set version 1.0.

mapdbimporter's People

Contributors

incanus avatar wrynearson avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.