sort by:
Revision Author Date Message Commit Date
86d5a54 Fix typo 15 August 2015, 13:50:04 UTC
9761010 Downgrade no-features error to a warning 11 August 2015, 23:55:54 UTC
bc661ef Most of the way to handling GeometryCollections 11 August 2015, 23:51:44 UTC
b4339b2 Merge pull request #75 from mapbox/memleak Fix memory leak when closing out tiles that had all features clipped away 29 July 2015, 23:49:37 UTC
a51ddbe Fix misspelling in ifdef 29 July 2015, 23:46:56 UTC
10e35c4 Fix memory leak when closing out tiles that had all features clipped away 29 July 2015, 23:45:41 UTC
39cd5e2 Merge pull request #74 from mapbox/doc Actually using the stock sqlite on MacOS 28 July 2015, 19:49:54 UTC
70d11cc Actually using the stock sqlite on MacOS 28 July 2015, 19:48:49 UTC
b115a07 Merge pull request #73 from mapbox/doc Clarify documentation for dependencies 28 July 2015, 19:39:40 UTC
26beada Clarify documentation for dependencies 28 July 2015, 19:38:35 UTC
32179b7 Merge pull request #72 from mapbox/manylayers Don't crash if there are more than 128 layers 27 July 2015, 23:21:24 UTC
cc05f46 Don't crash if there are more than 128 layers 27 July 2015, 23:20:20 UTC
b897712 Remove double-setting of thread task list 23 July 2015, 23:24:50 UTC
a64913c Move the data that threads will need into a parameter block 23 July 2015, 23:17:23 UTC
41faf3a Merge branch 'master' of https://github.com/mapbox/tippecanoe 15 July 2015, 00:12:02 UTC
e01ea07 Fix double-free crash with unsupported property type 15 July 2015, 00:11:34 UTC
506c801 Merge pull request #67 from mapbox/overflow Fix buffer overflow in length of temporary file names 10 July 2015, 17:27:39 UTC
9d25afa Fix buffer overflow in length of temporary file names 10 July 2015, 17:26:23 UTC
d55af3b Run through the thread task queues, although still sequentially 09 July 2015, 23:14:24 UTC
2957f16 Assign tasks (reading temporary files) to threads 09 July 2015, 23:09:40 UTC
2bdb51e Calculate how many threads should be run 09 July 2015, 22:24:47 UTC
5d4ab6d Merge branch 'master' into multithread 08 July 2015, 23:36:58 UTC
3452ee9 Fix formatting 08 July 2015, 23:35:02 UTC
e5a6f98 Work out the sharding math for multhreading 08 July 2015, 23:33:22 UTC
9abf09e Merge pull request #66 from mapbox/quiet Add option to quiet the chatty progress indicators 08 July 2015, 22:07:15 UTC
138699d Add option to quiet the chatty progress indicators 08 July 2015, 22:06:21 UTC
3bc5a07 Merge pull request #65 from mapbox/skip Skipping over zoom levels when there is a minzoom, and other performance improvements 08 July 2015, 21:44:55 UTC
e7b4443 Enforce code style 08 July 2015, 21:42:12 UTC
0ff6819 Merge branch 'skip' of https://github.com/mapbox/tippecanoe into skip 08 July 2015, 19:26:01 UTC
6fd72d4 Remove vacuum step, which doesn't seem to make .mbtiles smaller in practice yet takes time and temporary disk space to perform 08 July 2015, 19:25:09 UTC
c19c913 Fix confusing error messages from sloppy copying and pasting of code 08 July 2015, 18:52:22 UTC
65f3737 Use a hash table of binary trees for string pooling, not just a binary tree 03 July 2015, 00:07:11 UTC
1b72804 Precalculate which child tiles a feature can overlap instead of looping over them all 01 July 2015, 22:17:35 UTC
18cdcb0 Drop linetos smaller than tile resolution before doing normal simplification Since simplification is rather expensive 01 July 2015, 19:16:50 UTC
af13a95 Shard the child tiles as widely as possible even if not skipping levels to help future parallelization 01 July 2015, 19:04:45 UTC
b2fdcba Don't shrink string buffers before returning them as JSON objects. It takes a little bit of time, and it's already not shrinking them for number objects. 01 July 2015, 00:21:48 UTC
767a581 Inline the I/O in the long long serialization loop 30 June 2015, 23:47:25 UTC
0d3192b Break rewriting the geometry for the next zoom out into its own function 30 June 2015, 23:36:26 UTC
530852a Maximum zoom increment of 3 seems to give the best performance 30 June 2015, 00:18:48 UTC
4bb88e2 Fix buffer overflow. This is a bounding box, not sub-tiles. 30 June 2015, 00:05:33 UTC
7724e2c Skip over some intermediate zooms below minzoom 29 June 2015, 23:42:26 UTC
efe3c62 Start breaking the assumption that the next zoom is exactly 1 deeper 29 June 2015, 23:16:38 UTC
6951c1b Merge pull request #62 from mapbox/signedchars Fix sign-extension bug with signed chars in attribute names 21 June 2015, 18:20:23 UTC
59faead Fix sign-extension bug with signed chars in attribute names 21 June 2015, 18:18:14 UTC
a42dbd7 Merge pull request #60 from mapbox/cpp Move zoom traversal into C++ 20 June 2015, 00:46:31 UTC
62052ca Move zoom traversal into C++ 20 June 2015, 00:29:56 UTC
265b686 Merge pull request #59 from mapbox/smaller Optimizations to reduce memory footprint 20 June 2015, 00:08:00 UTC
e6c5aa9 Oops. Make sure that 0 stays 0 even when swizzling 19 June 2015, 22:53:09 UTC
e6997b0 Swizzle the string comparison so it's not pathological if input is presorted 19 June 2015, 22:49:51 UTC
498e723 Yet another temp file, for the tree of pointers into the string pool 18 June 2015, 23:30:51 UTC
dc30216 Build the string pool in an appendable memory map, not the normal heap 18 June 2015, 23:13:37 UTC
d96dee8 Fix formatting again 18 June 2015, 21:47:29 UTC
a185073 Shrink the geometry by shaving off bits below the maxzoom tile resolution 18 June 2015, 21:16:16 UTC
86a341c Merge pull request #57 from anandthakker/master Update README to include buffer size units. 18 June 2015, 19:39:00 UTC
a1d3ecf Save another byte per attribute by moving the type to the string pool 18 June 2015, 19:12:20 UTC
1a44538 Use the first coordinates of the first feature as the origin for deltas 18 June 2015, 17:52:01 UTC
46626e4 Delta encoding for motion within features 18 June 2015, 00:48:29 UTC
725ea71 Fix formatting 18 June 2015, 00:30:17 UTC
cde1e60 Use a string pool to avoid duplicating keys and values 18 June 2015, 00:18:08 UTC
55e93a5 Use variable-length zigzag for ints and long longs 17 June 2015, 23:46:36 UTC
fbe4416 Update README to include buffer size units. 17 June 2015, 19:18:46 UTC
9b34f7e Merge pull request #54 from mapbox/badproj Clearer message about projections 05 June 2015, 17:35:02 UTC
d5d322f Clearer message about projections 05 June 2015, 17:34:19 UTC
448617e Merge pull request #53 from mapbox/badproj Add a warning when data appears to be in the wrong projection 05 June 2015, 17:24:13 UTC
263ae94 Add a warning when data appears to be in the wrong projection 05 June 2015, 17:23:25 UTC
1a95504 No need to write a loop to reindent the source files 03 June 2015, 19:47:56 UTC
b70d192 Get back in sync with json-pull 03 June 2015, 18:31:41 UTC
fd60cc6 Merge pull request #52 from mapbox/indentstyle Consistent indent style with clang-format 03 June 2015, 18:26:25 UTC
8a1f0d8 Consistent indent style with clang-format 03 June 2015, 18:22:13 UTC
d9ff3f7 Update manpage 03 June 2015, 18:12:01 UTC
34b00ec Merge pull request #50 from mapbox/gl4096 Add a command line option to specify the minimum allowed tile extent 03 June 2015, 18:11:16 UTC
70291f0 Merge pull request #51 from mapbox/fitsample Flag to drop as many features as necessary to keep tiles under the size limit 03 June 2015, 18:10:54 UTC
bc2f243 Add a command line option to specify the minimum allowed tile extent 01 June 2015, 22:01:46 UTC
6341419 Punctuation and capitalization 01 June 2015, 17:18:03 UTC
c048311 Merge pull request #48 from brunosan/patch-1 Fix RunKeeper link 29 May 2015, 16:56:38 UTC
2507213 Install manpage 29 May 2015, 16:15:48 UTC
142ea37 use md2man to generate man page 29 May 2015, 16:06:41 UTC
4001df8 Fix RunKeeper link 29 May 2015, 16:05:12 UTC
22471ab Use markdown syntax instead of html syntax where appropriate 29 May 2015, 16:04:15 UTC
79a08ed Add atmospheric river 29 May 2015, 15:55:17 UTC
4eaa740 Add made with. Fixes #47 29 May 2015, 15:50:04 UTC
2a6af26 Add -v to changelog 29 May 2015, 14:52:20 UTC
5ba8f2f Merge pull request #45 from mapbox/version-flag Add tippecanoe -v 29 May 2015, 14:51:30 UTC
95997b5 Add tippecanoe -v 29 May 2015, 14:50:11 UTC
67fe27f Add changelog with entry for 1.2.0 29 May 2015, 14:44:39 UTC
a4c79e1 Merge pull request #41 from mapbox/minzoom-maxzoom Add check that min is less than max. Fixes #40 29 May 2015, 14:33:59 UTC
ce6a1aa Only error if minzoom is truly greater, not just equal 29 May 2015, 14:33:44 UTC
a069344 Add check that min is less than max. Fixes #40 28 May 2015, 17:21:38 UTC
38dc80e Fix a place that wasn't checking for disk write errors 21 May 2015, 01:04:34 UTC
901f6a7 Keep the resolution constant as we drop features to make the tile fit 20 May 2015, 22:15:45 UTC
555abab Add a flag to dynamically drop a fraction of features from large tiles 20 May 2015, 21:57:00 UTC
9e162e6 Merge pull request #35 from mapbox/dropline Add a flag to let you drop lines at low zooms just like points 28 April 2015, 23:50:46 UTC
1381f0f Add a flag to let you drop lines at low zooms just like points 21 April 2015, 15:19:51 UTC
12fb2c9 Merge pull request #34 from mapbox/warn-no-features Warn if no Features have been seen after 50 JSON hashes are closed. 17 April 2015, 17:49:36 UTC
167ec69 Warn if no Features have been seen after 50 JSON hashes are closed. 17 April 2015, 17:48:03 UTC
4f9edf7 Merge pull request #32 from mapbox/proto-doc Add Linux package requirement to readme 17 April 2015, 17:13:06 UTC
fa9474f Add Linux package requirement to readme 17 April 2015, 17:12:11 UTC
d64328a Fix crash when encoding boolean properties. 10 April 2015, 20:03:11 UTC
ed2f968 Merge pull request #30 from mapbox/prevent Add flags to disable simplification/coalescing/limits when unwanted 10 April 2015, 19:00:26 UTC
4041811 Add flags to disable simplification/coalescing/limits when unwanted 10 April 2015, 18:36:30 UTC
back to top