commit
7ac2d81062
24
man/carto.1
Normal file
24
man/carto.1
Normal file
@ -0,0 +1,24 @@
|
||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.12.
|
||||
.TH CARTO "1" "March 2013" "carto 0.9.4" "User Commands"
|
||||
.SH NAME
|
||||
carto \- Carto map stylesheet compiler
|
||||
.SH SYNOPSIS
|
||||
.B carto [OPTION]
|
||||
\fI<source MML file>\fR
|
||||
.SH DESCRIPTION
|
||||
Carto is a stylesheet renderer for Mapnik. It's an evolution of
|
||||
the Cascadenik idea and language, with an emphasis on speed and
|
||||
flexibility.
|
||||
.SH OPTIONS
|
||||
.TP
|
||||
\fB\-v\fR \fB\-\-version\fR
|
||||
Parse JSON map manifest
|
||||
.TP
|
||||
\fB\-b\fR \fB\-\-benchmark\fR
|
||||
Outputs total compile time
|
||||
.TP
|
||||
\fB\-n\fR \fB\-\-nosymlink\fR
|
||||
Use absolute paths instead of symlinking files
|
||||
.SH REPORTING BUGS
|
||||
Please report bugs on the GitHub issue tracker:
|
||||
<\fBhttps://github.com/mapbox/carto/issues\fR>
|
@ -30,6 +30,7 @@
|
||||
"carto": "./bin/carto",
|
||||
"mml2json.js": "./bin/mml2json.js"
|
||||
},
|
||||
"man": "./man/carto.1",
|
||||
"main": "./lib/carto/index",
|
||||
"engines": {
|
||||
"node": ">=0.4.x"
|
||||
|
Loading…
Reference in New Issue
Block a user