Bump version number, give better warning message

This commit is contained in:
Eric Fischer 2017-05-30 15:46:38 -07:00
parent ab8ecb7e00
commit 8776f17980
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 1.19.0
* Tile-join can merge and create directories, not only mbtiles
* Maxzoom guessing (-zg) takes into account resolution within each feature
## 1.18.2
* Fix crash with very long (>128K) attribute values

View File

@ -1834,7 +1834,7 @@ long long write_tile(FILE *geoms, long long *geompos_in, char *metabase, char *s
line_detail++; // to keep it the same when the loop decrements it
continue;
} else {
fprintf(stderr, "Try using -B (and --drop-lines or --drop-polygons if needed) to set a higher base zoom level.\n");
fprintf(stderr, "Try using --drop-fraction-as-needed or --drop-densest-as-needed.\n");
return -1;
}
}

View File

@ -1 +1 @@
#define VERSION "tippecanoe v1.18.2\n"
#define VERSION "tippecanoe v1.19.0\n"