mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-03-25 13:17:38 +00:00
Bump version number
This commit is contained in:
parent
83322d8e35
commit
872df4bd9f
@ -1,3 +1,8 @@
|
||||
## 1.7.0
|
||||
|
||||
* Parallel processing of input with -P works with streamed input too
|
||||
* Error handling if unsupported options given to -p or -a
|
||||
|
||||
## 1.6.4
|
||||
|
||||
* Fix crashing bug when layers are being merged with -l
|
||||
|
@ -280,7 +280,7 @@ struct index {
|
||||
long long end;
|
||||
unsigned long long index;
|
||||
short segment;
|
||||
unsigned long long seq : (64 - 16); // pack with segment to stay in 32 bytes
|
||||
unsigned long long seq : (64 - 16); // pack with segment to stay in 32 bytes
|
||||
};
|
||||
|
||||
int indexcmp(const void *v1, const void *v2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user