diff --git a/README.md b/README.md index b8b52ac..185778b 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ resolution is obtained than by using a smaller _maxzoom_ or _detail_. Example: to find the Natural Earth countries with low `scalerank` but high `LABELRANK`: ``` -tile-join -o filtered.mbtiles -j '{ "ne_10m_admin_0_countries": [ "all", [ "<", "scalerank", 3 ], [ ">", "LABELRANK", 5 ] ] }' ne_10m_admin_0_countries.mbtiles +tippecanoe -o filtered.mbtiles -j '{ "ne_10m_admin_0_countries": [ "all", [ "<", "scalerank", 3 ], [ ">", "LABELRANK", 5 ] ] }' ne_10m_admin_0_countries.geojson ``` ### Dropping a fixed fraction of features by zoom level diff --git a/man/tippecanoe.1 b/man/tippecanoe.1 index 75dc84b..f02bb74 100644 --- a/man/tippecanoe.1 +++ b/man/tippecanoe.1 @@ -188,7 +188,7 @@ Example: to find the Natural Earth countries with low \fB\fCscalerank\fR but hig .PP .RS .nf -tile\-join \-o filtered.mbtiles \-j '{ "ne_10m_admin_0_countries": [ "all", [ "<", "scalerank", 3 ], [ ">", "LABELRANK", 5 ] ] }' ne_10m_admin_0_countries.mbtiles +tippecanoe \-o filtered.mbtiles \-j '{ "ne_10m_admin_0_countries": [ "all", [ "<", "scalerank", 3 ], [ ">", "LABELRANK", 5 ] ] }' ne_10m_admin_0_countries.geojson .fi .RE .SS Dropping a fixed fraction of features by zoom level