https://github.com/mapbox/tippecanoe

sort by:
Revision Author Date Message Commit Date
040dcdf Track the average gap between points in the densest tile 04 February 2016, 00:37:43 UTC
d2e0820 Factor out gap logic instead of duplicating it 03 February 2016, 23:20:45 UTC
ac9e4a3 Minimal test of guessing base zoom and drop rate 03 February 2016, 23:14:34 UTC
c1963dc Merge pull request #165 from mapbox/input-sequence Preserve input sequence across multiple input files 02 February 2016, 23:57:19 UTC
b649e99 Preserve input sequence across multiple input files 02 February 2016, 23:43:27 UTC
49324a3 Merge pull request #164 from mapbox/parallel-test Spell out a fuzz test for the four input-reading code paths 02 February 2016, 22:14:26 UTC
59c5d51 Don't allow the initial coordinate pair to be out of bounds 02 February 2016, 21:33:49 UTC
54d9e20 Add the input-paths test to the standard test target 02 February 2016, 20:23:30 UTC
dfaba5a Spell out a fuzz test for the four input-reading code paths 02 February 2016, 20:21:19 UTC
f5ea597 Merge pull request #158 from mapbox/ignore-error Add an option to ignore sqlite errors on existing mbtiles files 01 February 2016, 19:00:36 UTC
2015ba2 Merge branch 'master' into ignore-error Conflicts: mbtiles.c 01 February 2016, 18:10:05 UTC
f9a0a55 Merge pull request #160 from mapbox/layer-name-message Better message about layer name, and put it on stderr with the rest. 29 January 2016, 19:09:20 UTC
6ec211e Better message about layer name, and put it on stderr with the rest. 29 January 2016, 19:05:51 UTC
29355c1 Merge pull request #138 from mapbox/travis-improvements Add code coverage 29 January 2016, 18:40:36 UTC
bbd233c Merge branch 'master' into travis-improvements Conflicts: .travis.yml 29 January 2016, 18:30:19 UTC
4aa0ddd Merge pull request #157 from mapbox/testing Start adding tests for Tippecanoe 29 January 2016, 01:07:25 UTC
ec7d729 Bump version number 29 January 2016, 01:01:13 UTC
886b2c3 Temporarily remove flaky polygons from test 29 January 2016, 00:52:46 UTC
9f484e0 And a basic polygon test, with Natural Earth countries 29 January 2016, 00:06:30 UTC
2aa1510 Stabilize metadata field order, which seems to be causing test flakiness 28 January 2016, 23:46:58 UTC
e786379 Fix warning and let the autoformatter do its thing 28 January 2016, 23:35:22 UTC
9de13d7 Natural Earth place names for testing basic dot-dropping 28 January 2016, 23:27:04 UTC
bc14bcd Test merging of multiple input layers 28 January 2016, 23:04:57 UTC
b17f8fc Stabilize map center and mbtiles filename to fix test flakiness 28 January 2016, 22:38:10 UTC
a84061c Add an option to ignore sqlite errors on existing mbtiles files 28 January 2016, 22:18:31 UTC
7c02103 Include metadata in tippecanoe-decode. Allow multiple inputs for tests. 28 January 2016, 22:06:51 UTC
6d38eff Use Natural Earth state boundaries to test some flag combinations 28 January 2016, 20:34:52 UTC
2a94d80 No need to have these parts of the test run in the same subshell 28 January 2016, 18:59:32 UTC
528bca6 Use tests in Travis configuration 28 January 2016, 18:54:51 UTC
794048c Add a test 28 January 2016, 18:52:43 UTC
7835f52 Merge pull request #156 from mapbox/arrayprop Stringify feature properties that are arrays or hashes 27 January 2016, 22:50:52 UTC
0e59a4f Retain original form of numbers when stringifying 27 January 2016, 22:41:06 UTC
167beae Stringify feature properties that are arrays or hashes 27 January 2016, 22:29:34 UTC
baf576f Merge pull request #152 from mapbox/clip-buffer Make clipping behavior with no buffer consistent with Mapnik 20 January 2016, 22:57:38 UTC
1602574 Bump version number 20 January 2016, 22:53:58 UTC
7aa27b7 Make calculation of child tile overlap match clipping behavior. Coordinates that are right on the tile boundary appear in both adjacent tiles. Make tippecanoe-decode also use exact edge coordinates instead of half-pixel locations. 20 January 2016, 21:58:17 UTC
4504392 Merge pull request #150 from mapbox/stream-parallel Chunked parallel reading of input streams 12 January 2016, 22:29:39 UTC
872df4b Bump version number 12 January 2016, 22:27:05 UTC
83322d8 Guard against unlikely overflow 12 January 2016, 22:16:17 UTC
ecae14e Stabilize feature order between the different reading methods 12 January 2016, 22:12:56 UTC
ca97c5e Update docs 12 January 2016, 20:36:12 UTC
e4afaa7 Renaming in the hope of clarity 12 January 2016, 20:31:17 UTC
0680236 Fix warning 12 January 2016, 20:18:05 UTC
9d6ece5 Buffered reading makes it faster than the single-threaded version 12 January 2016, 19:47:46 UTC
333956c Fix crashes 12 January 2016, 01:29:06 UTC
2d16577 Starts but crashes 12 January 2016, 00:52:45 UTC
132b7ec Factor out parallel reading; start to set up semi-parallel reading 12 January 2016, 00:06:55 UTC
29db0e8 Merge pull request #149 from mapbox/fix-progress Progress indicator improvements 11 January 2016, 21:27:36 UTC
ffbddef Accurate feature count, more chatty base zoom determination, less chatty tiling 11 January 2016, 21:11:21 UTC
20bd661 Merge pull request #148 from mapbox/option-check Give an error if -p or -a is used with an undefined option letter 11 January 2016, 20:25:30 UTC
a597733 Fix the build 11 January 2016, 19:00:23 UTC
404bf69 Give an error if -p or -a is used with an undefined option letter 11 January 2016, 18:47:06 UTC
502d269 Merge pull request #145 from mapbox/fix-layer-merge Fix the layer number for layers being merged together 08 January 2016, 21:28:31 UTC
43c9bb7 Fix the layer number for layers being merged together 08 January 2016, 21:26:56 UTC
581728f Merge pull request #143 from mapbox/limit-simplify Add an option to do line simplification only at zooms below maxzoom 08 January 2016, 19:55:23 UTC
b054787 Bump version number 08 January 2016, 19:54:14 UTC
93d0767 Add an option to do line simplification only at zooms below maxzoom 08 January 2016, 19:31:10 UTC
5e02bdd Merge pull request #142 from mapbox/consistent-clip Simplify lines consistently on opposite sides of tile boundaries 07 January 2016, 19:51:58 UTC
1f8b6fa Simplify lines consistently on opposite sides of tile boundaries 07 January 2016, 19:35:11 UTC
e1e028b Merge pull request #141 from mapbox/multithread-low-zooms Multithread line simplification and polygon cleaning at low zooms 06 January 2016, 22:41:00 UTC
22293ca Bump version number 06 January 2016, 21:29:59 UTC
c857363 Track how many threads are active to calculate how many sub-threads to use 05 January 2016, 21:56:36 UTC
977533e Use multiple threads within a single tile for geometric simplification 05 January 2016, 20:29:40 UTC
f43d18e Bring back the old simple polygon clipping algorithm 05 January 2016, 01:31:33 UTC
32111af Merge pull request #136 from mapbox/multithread-input2 Multithreaded input 05 January 2016, 01:29:25 UTC
1d77261 Bump version number 05 January 2016, 01:20:38 UTC
2b378ce Use multiple threads to sort the features 04 January 2016, 22:45:34 UTC
88d0291 remove vector_tile.pb.o 23 December 2015, 01:23:56 UTC
2460b57 add coverage badge and a few excludes 23 December 2015, 01:20:59 UTC
71463c1 avoid travis overwriting CC 23 December 2015, 01:16:55 UTC
ee43ab5 fix syntax error 23 December 2015, 01:12:58 UTC
1f971bd travis: run coverage first, build in debug 23 December 2015, 01:08:41 UTC
893604c fix hardcoded cc 23 December 2015, 01:07:59 UTC
b39a171 Merge remote-tracking branch 'origin/master' into multithread-input2 23 December 2015, 01:04:32 UTC
28b83cb ensure we use upgraded gcc as well as g++ 23 December 2015, 01:02:49 UTC
228a4d6 Make the geometric origin a per-reader property for thread safety 23 December 2015, 00:58:27 UTC
01caa22 enable coverage 23 December 2015, 00:55:21 UTC
2e22034 Merge branch 'master' of github.com:mapbox/tippecanoe into travis-improvements 23 December 2015, 00:33:30 UTC
76cf1f8 Merge pull request #135 from mapbox/build-inherit Inherit CXX,CC,CFLAGS,CXXFLAGS,LDFLAGS from env 23 December 2015, 00:33:22 UTC
f1ce176 also build on OS X 23 December 2015, 00:30:28 UTC
2fd0041 Clean up progress indicator and feature sequence 23 December 2015, 00:29:45 UTC
8e3f8b8 inherit CXX,CC,CFLAGS,CXXFLAGS,LDFLAGS from env 23 December 2015, 00:26:24 UTC
02cf4d4 Close files that were being left open 22 December 2015, 23:42:51 UTC
fde3aa4 Make parallel reading a command-line option 22 December 2015, 22:58:19 UTC
ca4d1be Guard against trying to map an empty string pool into memory 22 December 2015, 22:27:38 UTC
a8b39aa Merge branch 'master' into multithread-input2 22 December 2015, 22:10:21 UTC
40ec317 Launch a separate thread to read each segment 22 December 2015, 22:02:31 UTC
f290794 Bump version number 22 December 2015, 18:40:13 UTC
a9ad1d9 Merge pull request #134 from mapbox/fixshards Round the number of threads to use down to a power of 2 22 December 2015, 18:35:22 UTC
edd325e Round the number of threads to use down to a power of 2 Since other calculations depend on this being true 22 December 2015, 18:33:08 UTC
bd081c8 It tiles again! 22 December 2015, 02:00:07 UTC
aaf9e87 Reassemble the combined string pool and metadata files 22 December 2015, 01:46:04 UTC
de60545 Include the segment number in the serialized geometry 22 December 2015, 01:21:18 UTC
1f335ee Get rid of a global I had forgotten about 22 December 2015, 01:00:07 UTC
2dc9969 Stub out enough to get it to compile 22 December 2015, 00:17:47 UTC
fee18cc Add errno.h - refs #131 20 December 2015, 23:13:33 UTC
ee35b9f fix matrix 20 December 2015, 23:11:15 UTC
255960b Add travis 20 December 2015, 23:09:35 UTC
f6dfe0a WIP on splitting geometry-reading state into per-thread structures 19 December 2015, 01:10:20 UTC
2159d46 Segment the file into input chunks. Allow commas at the top level. 18 December 2015, 23:59:07 UTC
back to top