From 1502e5832cf92baaac46232af4bdd6eb84b50fe6 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 9 Oct 2014 17:26:16 -0700 Subject: [PATCH] More option documentation cleanup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c380c2..2e6d20a 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Options * -Z zoom: Lowest zoom level (default 0) * -d detail: Detail at base zoom level (default 12, for tile resolution of 4096) * -D detail: Detail at lower zoom levels (default 10, for tile resolution of 1024) - * -x name Property (removes the named properties from all features) - * -X: Exclude all properties - * -f: Force: Delete existing mbtiles file if it already exists. + * -x name: Exclude the named properties from all features + * -X: Exclude all properties and encode only geometries + * -f: Delete the mbtiles file if it already exists instead of giving an error * -r rate: Rate at which dots are dropped at lower zoom levels (default 2.5) Example