From d5d322f36aebc689454da66f23b6f8a04dc2ba7d Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Fri, 5 Jun 2015 10:34:19 -0700 Subject: [PATCH] Clearer message about projections --- tile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile.cc b/tile.cc index d0e85c5..059a618 100644 --- a/tile.cc +++ b/tile.cc @@ -665,7 +665,7 @@ long long write_tile(char **geoms, char *metabase, unsigned *file_bbox, int z, u if (z == 0 && unclipped_features < original_features / 2) { fprintf(stderr, "\n\nMore than half the features were clipped away at zoom level 0.\n"); - fprintf(stderr, "Is your data in the wrong projection? (Not WGS84/EPSG:4326)\n"); + fprintf(stderr, "Is your data in the wrong projection? It should be in WGS84/EPSG:4326.\n"); } long long totalsize = 0;