Clearer message about projections

This commit is contained in:
Eric Fischer 2015-06-05 10:34:19 -07:00
parent 263ae94e75
commit d5d322f36a

View File

@ -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;