mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-03-29 06:55:58 +00:00
Merge pull request #279 from mapbox/fix-preserve
Fix the spelling of the --preserve-input-order option
This commit is contained in:
commit
6f58d31bc8
@ -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
|
||||
|
2
main.cpp
2
main.cpp
@ -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},
|
||||
|
@ -1 +1 @@
|
||||
#define VERSION "tippecanoe v1.12.7\n"
|
||||
#define VERSION "tippecanoe v1.12.8\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user