mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-05-02 17:12:53 +00:00
Update docs
This commit is contained in:
parent
e4afaa7a27
commit
ca97c5ec6d
@ -68,7 +68,7 @@ Options
|
|||||||
* -P: Use multiple threads to read different parts of each input file at once.
|
* -P: Use multiple threads to read different parts of each input file at once.
|
||||||
This will only work if the input is line-delimited JSON with each Feature on its
|
This will only work if the input is line-delimited JSON with each Feature on its
|
||||||
own line, because it knows nothing of the top-level structure around the Features.
|
own line, because it knows nothing of the top-level structure around the Features.
|
||||||
In addition, it only works if the input is a named file that can be mapped into memory
|
Performance will be better if the input is a named file that can be mapped into memory
|
||||||
rather than a stream that can only be read sequentially.
|
rather than a stream that can only be read sequentially.
|
||||||
|
|
||||||
### Zoom levels and resolution
|
### Zoom levels and resolution
|
||||||
|
@ -74,7 +74,7 @@ specified, the files are all merged into the single named layer.
|
|||||||
\-P: Use multiple threads to read different parts of each input file at once.
|
\-P: Use multiple threads to read different parts of each input file at once.
|
||||||
This will only work if the input is line\-delimited JSON with each Feature on its
|
This will only work if the input is line\-delimited JSON with each Feature on its
|
||||||
own line, because it knows nothing of the top\-level structure around the Features.
|
own line, because it knows nothing of the top\-level structure around the Features.
|
||||||
In addition, it only works if the input is a named file that can be mapped into memory
|
Performance will be better if the input is a named file that can be mapped into memory
|
||||||
rather than a stream that can only be read sequentially.
|
rather than a stream that can only be read sequentially.
|
||||||
.RE
|
.RE
|
||||||
.SS Zoom levels and resolution
|
.SS Zoom levels and resolution
|
||||||
|
Loading…
x
Reference in New Issue
Block a user