File: convert_meta.1

package info (click to toggle)
libapache2-mod-tile 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,872 kB
  • sloc: cpp: 18,151; ansic: 7,574; sh: 980; makefile: 163; xml: 27
file content (49 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.TH CONVERT_META "1" "2024-03-16" "mod_tile v0.8.1"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
convert_meta \- A conversion program from .png map tiles to a more efficient conglomerate format (.meta).

.SH SYNOPSIS
.B convert_meta 
.RI [ options ]
.BR

.SH DESCRIPTION
This manual page documents briefly the
.B convert_meta
command.
.PP
.B convert_meta
converts individual .png map tiles into the more efficient .meta file format. The .meta
format stores a grid of 8x8 tiles in a single meta tile, reducing the number of files by
a factor of 64.
.PP

.SH OPTIONS
This program follows the usual GNU command line syntax, with long
options starting with two dashes (`-').
A summary of options is included below.
.TP
\fB\-t\fR|\-\-tile-dir
Specify the base directory where the tiles are stored. The default is /var/cache/renderd/tiles
.TP
\fB\-m\fR|\-\-map
Specify the map style to convert. This specifies the full path to the files and is relative to the tile directory.
The default is "default" and results in a full path of /var/cache/renderd/tiles/default to search for the tiles to convert
.TP
\fB\-u\fR|\-\-unpack
Unpack the .meta files back to PNGs
.TP
\fB\-z\fR|\-\-min-zoom
Specify the smallest zoom level to process. The default is 0.
.TP
\fB\-Z\fR|\-\-max-zoom
Specify the largest zoom level up to which to  process tiles. The default is 18.
.PP

.SH AUTHOR
convert_meta was written by Jon Burgess and other
OpenStreetMap project members.
.PP
This manual page was written by OpenStreetMap authors.