From 81d2a8bfed763a4e02010400a55feb1c46126835 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Mon, 7 Mar 2016 13:21:53 -0800 Subject: [PATCH] Encourage -B, not -z, to set the base zoom level --- tile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile.cc b/tile.cc index c68adeb..e89b369 100644 --- a/tile.cc +++ b/tile.cc @@ -964,7 +964,7 @@ long long write_tile(char **geoms, char *metabase, char *stringpool, int z, unsi if (totalsize > 0) { if (totalsize > 200000 && !prevent[P_FEATURE_LIMIT]) { fprintf(stderr, "tile %d/%u/%u has %lld features, >200000 \n", z, tx, ty, totalsize); - fprintf(stderr, "Try using -z to set a higher base zoom level.\n"); + fprintf(stderr, "Try using -B to set a higher base zoom level.\n"); return -1; }