Merge pull request #279 from mapbox/fix-preserve

Fix the spelling of the --preserve-input-order option
This commit is contained in:
Eric Fischer 2016-08-01 11:04:08 -07:00 committed by GitHub
commit 6f58d31bc8
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.12.8
* Fix the spelling of the --preserve-input-order option
## 1.12.7
* Support the "id" field of GeoJSON objects and vector tile features

View File

@ -1795,7 +1795,7 @@ int main(int argc, char **argv) {
{"no-feature-limit", no_argument, &prevent[P_FEATURE_LIMIT], 1},
{"no-tile-size-limit", no_argument, &prevent[P_KILOBYTE_LIMIT], 1},
{"force-feature-limit", no_argument, &prevent[P_DYNAMIC_DROP], 1},
{"preseve-input-order", no_argument, &prevent[P_INPUT_ORDER], 1},
{"preserve-input-order", no_argument, &prevent[P_INPUT_ORDER], 1},
{"no-polygon-splitting", no_argument, &prevent[P_POLYGON_SPLIT], 1},
{"no-clipping", no_argument, &prevent[P_CLIPPING], 1},
{"no-duplication", no_argument, &prevent[P_DUPLICATION], 1},

View File

@ -1 +1 @@
#define VERSION "tippecanoe v1.12.7\n"
#define VERSION "tippecanoe v1.12.8\n"