Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Improve readability of values for flags in markdown #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,9 @@ If your input is formatted as newline-delimited GeoJSON, use `-P` to make input

### Tileset description and attribution

* `-n` _name_ or `--name=`_name_: Human-readable name for the tileset (default file.json)
* `-A` _text_ or `--attribution=`_text_: Attribution (HTML) to be shown with maps that use data from this tileset.
* `-N` _description_ or `--description=`_description_: Description for the tileset (default file.mbtiles)
* `-n <name>` or `--name=<name>`: Human-readable name for the tileset (default file.json)
* `-A <text>` or `--attribution=<text>`: Attribution (HTML) to be shown with maps that use data from this tileset.
* `-N <description>` or `--description=<description>`: Description for the tileset (default file.mbtiles)

### Input files and layer names

Expand Down