https://github.com/mapbox/tippecanoe

sort by:
Revision Author Date Message Commit Date
72b7dc9 Merge pull request #196 from mapbox/stray-geom Remove temporary files that were accidentally left in place 28 March 2016, 22:31:31 UTC
448d1a1 Handle case of options that aren't processed individually 28 March 2016, 22:10:04 UTC
edce0f0 Add GNU-style long options 28 March 2016, 22:03:28 UTC
b47653e Remove temporary files that were accidentally left in place 28 March 2016, 21:00:01 UTC
9f2e221 Merge pull request #193 from mapbox/malloc Check return values after allocating memory 28 March 2016, 20:46:45 UTC
5a2a1b7 Exit cleanly if there was no valid input instead of giving an mmap error 28 March 2016, 20:22:03 UTC
cf2abf6 Oops: need to check array size in bytes, not number of objects 28 March 2016, 20:08:54 UTC
356575d Check for JSON array and hash overflows 28 March 2016, 19:25:33 UTC
7d60298 Merge pull request #194 from stevage/patch-2 Warn of spurious errors (as per #191) 28 March 2016, 19:07:41 UTC
21a635f Check for string length overflow 28 March 2016, 19:00:55 UTC
8c9aa53 Warn of spurious errors (as per #191) 26 March 2016, 01:28:23 UTC
1e5d420 Fix warnings about unused arguments 25 March 2016, 20:45:28 UTC
12be3e5 This one really is an int upstream 25 March 2016, 20:21:32 UTC
52dbed8 Fix a few warnings about globals 25 March 2016, 20:03:57 UTC
c223131 Many places where I used unsigned array indices but meant size_t 25 March 2016, 19:20:32 UTC
eee596d Check return values from memory allocation 25 March 2016, 18:57:33 UTC
bc5a7b2 Check return values after allocating memory 25 March 2016, 18:20:56 UTC
eebba7b Merge pull request #189 from mapbox/decode-pbf Add the ability to tippecanoe-decode a standalone .pbf tile 23 March 2016, 00:35:42 UTC
962f82d Add a test for decoding standalone PBFs 23 March 2016, 00:12:09 UTC
d960963 Add the ability to tippecanoe-decode a standalone .pbf tile 22 March 2016, 23:51:29 UTC
7140a3d Merge pull request #186 from mapbox/resolution-doc Clarify maximum resolution in README and warning 17 March 2016, 18:54:24 UTC
16ca5cf Clarify maximum resolution in README and warning 17 March 2016, 18:23:54 UTC
c66fd31 Merge pull request #185 from mapbox/line-polygons Silently drop zero-area polygons instead of showing Clipper errors 11 March 2016, 01:31:47 UTC
7896c3c Don't get stuck in a loop if subdividing a complex polygon fails 11 March 2016, 01:07:22 UTC
7eccc7a Silently drop zero-area polygons instead of showing Clipper errors 11 March 2016, 00:03:02 UTC
652abc9 Put all the apt-get instructions on one line 10 March 2016, 20:15:49 UTC
c387af4 Merge pull request #182 from mapbox/thrashing Reorder geometry as part of index merging, to reduce thrashing in low memory 08 March 2016, 21:41:47 UTC
cf50821 Close original geometry temp files as soon as they are no longer needed 08 March 2016, 00:45:35 UTC
bf585a5 Add newline to clean up progress messages 08 March 2016, 00:38:21 UTC
11e737f Reorder geometry as part of the merge 08 March 2016, 00:34:12 UTC
310887e Fix duplicated variable name 07 March 2016, 21:40:32 UTC
81d2a8b Encourage -B, not -z, to set the base zoom level 07 March 2016, 21:21:53 UTC
b7f3fcf Merge pull request #180 from mapbox/coverage Add a gamma-reduction test and base zoom/drop rate guessing tests 04 March 2016, 01:34:56 UTC
f17cec5 Factor out gap logic instead of duplicating it 04 March 2016, 01:03:47 UTC
d38b5a9 Make base zoom and drop rate guessing more testable, and test them 04 March 2016, 01:03:03 UTC
e4ab47b Add a gamma-reduction test 03 March 2016, 23:44:07 UTC
b3aa32b Merge pull request #179 from mapbox/coverage More tests for higher code coverage 03 March 2016, 01:25:54 UTC
c9fdd62 Try to add zoom skipping to code coverage 03 March 2016, 00:37:55 UTC
739f2db Test stability of feature ordering 03 March 2016, 00:19:38 UTC
fb9525c Add a MultiPoint test 02 March 2016, 23:23:22 UTC
ae827af Try to avoid another cross-platform rounding error 02 March 2016, 23:19:16 UTC
7e5db33 Test bare geometry and GeometryCollection 02 March 2016, 23:06:27 UTC
a847db8 Remove dead code 02 March 2016, 22:58:07 UTC
0fcd2d9 Test for crossing the date line, property encodings, zoom level filters 02 March 2016, 22:57:03 UTC
3c85d32 Merge pull request #176 from mapbox/decode-limit Increase maximum tile size for decoding 20 February 2016, 00:56:44 UTC
1549328 Bump version number 20 February 2016, 00:50:40 UTC
b87d3de Increase maximum tile size for decoding 20 February 2016, 00:33:48 UTC
7dec577 Merge pull request #173 from mapbox/clipper-upgrade Incorporate Mapnik's Clipper upgrades for consistent results between Mac and Linux 17 February 2016, 21:43:09 UTC
ce0ac70 Bump version number 17 February 2016, 21:30:53 UTC
a2b0bb0 Don't use std::int64_t, for the sake of older compilers 17 February 2016, 21:27:45 UTC
a4498d3 New test standards for the flaky country polygons 17 February 2016, 21:23:09 UTC
88e1de6 Revert "Temporarily remove flaky polygons from test" This reverts commit 886b2c3350eb4754e10c1fdf64fcefc0bcb4e411. 17 February 2016, 21:22:14 UTC
d25e537 Bring back Somerset county test 17 February 2016, 21:21:58 UTC
0f5a32b Additional Clipper changes through https://github.com/mapnik/clipper/commit/7484da1 17 February 2016, 21:10:13 UTC
51fffb7 Incorporate Clipper fork from https://github.com/mapnik/clipper 17 February 2016, 21:02:56 UTC
eecdf77 Merge pull request #170 from mapbox/sane-polygon Split complex polygons into multiple features 11 February 2016, 22:29:33 UTC
84a2a1b Use a test polygon that comes out the same on Mac and Linux 11 February 2016, 22:18:09 UTC
4f419ae Make indent 11 February 2016, 20:22:22 UTC
0fa3054 Bump version number 11 February 2016, 20:16:46 UTC
ea304d3 Split complex polygons into multiple features 11 February 2016, 20:14:32 UTC
ca4faec Bump version number in all test standards 11 February 2016, 19:34:33 UTC
ef646e8 Refactor simple polygon clipping for arbitrary bounding boxes 11 February 2016, 19:31:53 UTC
c6ad344 Some work toward letting features have sub-geometries 11 February 2016, 19:09:05 UTC
a1da515 Bump version number 10 February 2016, 20:01:29 UTC
f53ce81 Merge pull request #168 from mapbox/enforce-maxzoom Limit maxzoom to the max that actually works 04 February 2016, 01:35:19 UTC
01731e2 Guard against missing source file in test invocation 04 February 2016, 01:30:27 UTC
cb68984 Forgot to add source JSON 04 February 2016, 01:28:47 UTC
bcdb40b Limit maxzoom to the max that actually works 04 February 2016, 01:12:17 UTC
6239809 Merge pull request #167 from mapbox/fix-z22 Even if the maxzoom is very high, don't use more bits of precision than exist 04 February 2016, 00:59:22 UTC
e7f571c Even if the maxzoom is very high, don't use more bits of precision than exist 04 February 2016, 00:52:23 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
back to top