Provided by: tilemaker_2.0.0+ds-1_amd64 bug

NAME

       tilemaker - Generates vector tiles from OpenStreetMap data

SYNOPSIS

       tilemaker --input input.osm.pbf --output output.mbtiles

DESCRIPTION

       This manual page documents briefly the tilemaker command.

       tilemaker  generates  vector  tiles  without from OpenStreetMap planet and diff files without any complex
       stack or need for database.

       This program follows the usual GNU command line syntax, with long options starting with two dashes (`-').
       A summary of options is included below:

       --input
              Source path and file from OpenStreetMap (.osm.pbf).

       --output
              Target path and file for vector tiles (.mbtiles/.sqlite).

       --config
              Specific config file (.json). If is nothing provided, tilemaker expects a  `config.json`  file  in
              the current directory.

       --process
              Lua  processing  script  for  processing  tags (.lua). If is nothing provided, tilemaker expects a
              `process.lua` file in the current directory.

       --store
              Path to the directory as a temporary store during processing.  If specifcied  tilemaker  uses  on-
              disk storage instead of holding everything in RAM.

       --merge
              Merge with existing .mbtiles/.sqlite file.

       --verbose
              Outputs any issues encountered during tile creation.

       --threads
              Number of threads (automatically detected if 0).

       --help Show help message for tilemaker.

BUGS

       No known bugs.

AUTHOR

       This manual page was written by tilemaker contributors.

1.0                                                27 Aug 2021                                            man(1)