Skip to content

Commit

Permalink
Docs: Link to layer name section (#135)
Browse files Browse the repository at this point in the history
Add internal link to help understand how the layer name will be derived (and how to overwrite the default behavior)
  • Loading branch information
tordans authored Sep 14, 2023
1 parent e6d05bc commit dee4080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ tippecanoe -o file.mbtiles [options] [file.json file.json.gz file.fgb ...]
```

If no files are specified, it reads GeoJSON from the standard input.
If multiple files are specified, each is placed in its own layer.
If multiple files are specified, each is placed [in its own layer](#input-files-and-layer-names).

The GeoJSON features need not be wrapped in a FeatureCollection.
You can concatenate multiple GeoJSON features or files together,
Expand Down

0 comments on commit dee4080

Please sign in to comment.