From b5f374cdaca17939bc95eaad2cf63833ec777e01 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Mon, 14 Sep 2015 15:43:16 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- man/tippecanoe.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b232611..02728a4 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Options * -pf: Don't limit tiles to 200,000 features * -pk: Don't limit tiles to 500K bytes * -pd: Dynamically drop some fraction of features from large tiles to keep them under the 500K size limit. It will probably look ugly at the tile boundaries. - * -pi: Preserve the original inport order of features as the drawing order instead of ordering geographically. (This is implemented as a restoration of the original order at the end, so that dot-dropping is still geographic, which means it also undoes -ao). + * -pi: Preserve the original input order of features as the drawing order instead of ordering geographically. (This is implemented as a restoration of the original order at the end, so that dot-dropping is still geographic, which means it also undoes -ao). * -q: Work quietly instead of reporting progress Example diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index 19631e7..ef9e233 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -120,7 +120,7 @@ it encounters. .IP \(bu 2 \-pd: Dynamically drop some fraction of features from large tiles to keep them under the 500K size limit. It will probably look ugly at the tile boundaries. .IP \(bu 2 -\-pi: Preserve the original inport order of features as the drawing order instead of ordering geographically. (This is implemented as a restoration of the original order at the end, so that dot\-dropping is still geographic, which means it also undoes \-ao). +\-pi: Preserve the original input order of features as the drawing order instead of ordering geographically. (This is implemented as a restoration of the original order at the end, so that dot\-dropping is still geographic, which means it also undoes \-ao). .IP \(bu 2 \-q: Work quietly instead of reporting progress .RE