Update man page and put it in /usr/local

This commit is contained in:
Eric Fischer 2015-10-29 11:30:12 -07:00
parent 0ff0bf1ad9
commit 9a09e92357
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
PREFIX ?= /usr/local
MANDIR ?= /usr/share/man/man1/
MANDIR ?= /usr/local/share/man/man1/
all: tippecanoe enumerate decode tile-join

View File

@ -74,9 +74,9 @@ it encounters.
.IP \(bu 2
\-Z \fIzoom\fP: Lowest (minzoom) zoom level (default 0)
.IP \(bu 2
\-d \fIdetail\fP: Detail at base zoom level (default 12 at \-z14 or higher, or 13 at \-z13 or lower. Detail beyond 13 has rendering problems with Mapbox GL.)
\-d \fIdetail\fP: Detail at base zoom level (default 12, for tile resolution of 4096)
.IP \(bu 2
\-D \fIdetail\fP: Detail at lower zoom levels (default 10, for tile resolution of 1024)
\-D \fIdetail\fP: Detail at lower zoom levels (default 12, for tile resolution of 4096)
.IP \(bu 2
\-m \fIdetail\fP: Minimum detail that it will try if tiles are too big at regular detail (default 7)
.IP \(bu 2