https://github.com/mapbox/tippecanoe

sort by:
Revision Author Date Message Commit Date
699d09a Missed a test 07 November 2016, 23:33:31 UTC
9a3d221 Merge branch 'master' into partition 07 November 2016, 23:31:34 UTC
feb8ac0 Merge pull request #313 from andrewharvey/patch-1 update clean target to remove all built files 25 October 2016, 17:03:43 UTC
1594a09 update clean target to remove all built files 25 October 2016, 05:17:49 UTC
1cfc582 Merge pull request #310 from mapbox/consistent-dropping Make feature dropping consistent across tile boundaries and zoom levels 18 October 2016, 22:28:31 UTC
e165594 Add a test where the base zoom is beyond the max zoom 17 October 2016, 20:53:52 UTC
17cd74d Remove warning flag that gcc doesn't support 17 October 2016, 20:29:39 UTC
b84f0af Merge branch 'master' into partition 17 October 2016, 17:36:47 UTC
92cc08a Fix some compiler warnings about signed comparisons 15 October 2016, 00:11:57 UTC
eb1c64d Fix use of 32-bit zigzag encoding/decoding for 64-bit integers 14 October 2016, 22:48:35 UTC
1f38e85 Bump version number and fix out-of-date documentation 14 October 2016, 22:42:01 UTC
8237794 Merge branch 'master' into consistent-dropping 14 October 2016, 22:35:35 UTC
2a856b4 Merge pull request #302 from mapbox/simplify-polygons-together Find edges shared between polygons and simplify them individually 14 October 2016, 22:34:25 UTC
71bf20b Remove debug output 14 October 2016, 19:30:54 UTC
feb9b44 Stabilize edge list order by also comparing ring IDs 14 October 2016, 19:27:24 UTC
9160e6a Guard against uninitialized variables 14 October 2016, 19:19:56 UTC
a5d803a Lots of debug output to try to track down Mac/Linux differences 14 October 2016, 19:15:23 UTC
6aee0d3 Merge pull request #309 from mapbox/enumerate-test There should be a test of tippecanoe-enumerate 13 October 2016, 17:25:00 UTC
bbfc7c6 There should be a test of tippecanoe-enumerate 12 October 2016, 23:27:05 UTC
abac4f2 Merge pull request #308 from mapbox/deps Autogenerate header dependencies 12 October 2016, 23:09:19 UTC
b26e6a5 This should have been linking as C++, not C 12 October 2016, 21:07:41 UTC
c4ee5d3 Autogenerate header dependencies Following http://scottmcpeak.com/autodepend/autodepend.html 12 October 2016, 20:21:29 UTC
2e9971c Remake test standards after inspection 12 October 2016, 17:41:01 UTC
081e330 Reset counter with each tile, to match old low-zoom feature density 12 October 2016, 16:49:25 UTC
81d8fe2 Fix structure packing to fix polygon dropping 12 October 2016, 00:47:53 UTC
948ea13 Do a fixup pass on the feature minzooms after base/rate calculation 12 October 2016, 00:24:22 UTC
9d37bd1 Keep start/end in tue merged index pointing to final geometry offsets 11 October 2016, 22:13:27 UTC
08310d9 Forgot this other place where final geometry can be written out 11 October 2016, 19:42:20 UTC
d381f5a Make the feature counter global, not reset with each merge phase 11 October 2016, 19:05:50 UTC
5ab4141 Calculate feature-dropping (except gamma) during geometry reordering 11 October 2016, 00:15:33 UTC
c8a1b08 Don't serialize the per-feature minzoom until geometry merging time 10 October 2016, 22:31:09 UTC
896c9d8 Rename option to --detect-shared-borders and add a test 06 October 2016, 23:16:51 UTC
7258643 A sorted list is smaller and faster than a map of sets 06 October 2016, 00:16:18 UTC
4c1b135 Save a little time by only looking up each segment once 06 October 2016, 00:16:18 UTC
46b634c Remember to close the polygon 06 October 2016, 00:16:18 UTC
6455b66 Remember to honor --no-line-simplification if it was requested 06 October 2016, 00:16:18 UTC
938274a Remove more debugging code 06 October 2016, 00:16:18 UTC
2b42806 Extract common edges, simplify, then reassemble polygon rings 06 October 2016, 00:16:18 UTC
d35dc49 If a point divides one border, it divides any that touch there 06 October 2016, 00:16:18 UTC
57cc343 Most of the way toward TopoJSON-style factoring out of edges 06 October 2016, 00:16:18 UTC
91bfc2c Choose a consistent starting point for rings with no shared edges 06 October 2016, 00:16:18 UTC
59619fb Crunch out zero-length linetos to improve the match 06 October 2016, 00:16:18 UTC
6b40766 Find a common-edge transition if it's the first point of the ring 06 October 2016, 00:16:18 UTC
2bc9e15 Roll rings around so they start at an intersection transition, if any 06 October 2016, 00:16:18 UTC
f7daa05 Add a critical point where the set of rings using a polygon edge changes 06 October 2016, 00:16:18 UTC
04157e7 Merge pull request #304 from mapbox/utf8-check Enforce that string feature attributes must be encoded as UTF-8 05 October 2016, 22:54:58 UTC
d4d9668 Forgot to test the emoji case 05 October 2016, 22:01:47 UTC
9806db3 Make UTF-8 checking into a unit test with Catch 05 October 2016, 21:55:32 UTC
ef38318 Enforce that string feature attributes must be encoded as UTF-8 04 October 2016, 23:43:31 UTC
dc86eb6 Merge pull request #299 from mapbox/tile-join-whitespace Trim whitespace after commas in tile-join .csv input 21 September 2016, 20:30:28 UTC
32f32e4 Trim whitespace after commas in tile-join .csv input 21 September 2016, 19:32:03 UTC
4912f4a Merge pull request #298 from mapbox/tile-join-merge Give tile-join the ability to merge multiple tilesets 20 September 2016, 23:53:46 UTC
083a280 Fix build errors on Linux (pthread library, signed comparison) 20 September 2016, 23:01:10 UTC
4fb54ea A test of layer merging, tile merging, and extent scaling 20 September 2016, 22:53:10 UTC
4ba9806 Recover memory from the pre-joined tiles after joining 20 September 2016, 21:19:40 UTC
87e4a33 Essentials of multithreaded tile-joining 20 September 2016, 19:59:04 UTC
021d792 Getting ready for multithreaded tile-joining 20 September 2016, 18:04:24 UTC
6c74f4a Keep tile data in a string instead of a pointer into the query 20 September 2016, 17:17:02 UTC
437152e Track the minzoom and maxzoom for each layer separately 20 September 2016, 00:53:31 UTC
d7037f3 Add tile-join -pk option not to care about byte limit. Update docs. 20 September 2016, 00:20:44 UTC
232056c Make the global per-layer list of attribute types 19 September 2016, 23:53:41 UTC
470c0e2 Remove debug output 19 September 2016, 23:36:38 UTC
7a30aea Fix memory leak 19 September 2016, 23:34:06 UTC
8d57f03 Rescale geometry if layer extents don't match 19 September 2016, 23:25:30 UTC
a37fc36 Merge tiles and layers. Differing extents not handled yet. 19 September 2016, 23:02:14 UTC
47288ec The query-merge part of multi-source tile joining 19 September 2016, 22:29:13 UTC
5a0a0ad Didn't need negative segment indices after all 13 September 2016, 18:08:38 UTC
1a126e2 Track the original ring connectivity through intersection-finding 12 September 2016, 22:22:54 UTC
ce55968 Limit the number of alternatives tried from any one starting point 09 September 2016, 20:17:34 UTC
81be347 Only worry about area changes if it missed a ring 07 September 2016, 00:52:39 UTC
6b3cbf6 Check if polygons are changing area substantially across cleaning 07 September 2016, 00:37:03 UTC
b4c63db Give up on rings that would contradict an already-accepted polygon ring 07 September 2016, 00:29:01 UTC
e4742b9 Add missing #includes 07 September 2016, 00:06:40 UTC
c20eab9 Merge pull request #296 from esamelson/patch-1 Fix typo in README.md for --drop-rate option 06 September 2016, 19:53:14 UTC
d130ca5 Fix typo in README.md for --drop-rate option 06 September 2016, 19:00:35 UTC
8c510a3 Merge branch 'master' into partition 02 September 2016, 19:04:48 UTC
51566d4 More sensible ring-nesting test 02 September 2016, 18:10:41 UTC
71a7d5d Use the ring's original orientation to choose which direction to turn 02 September 2016, 17:13:21 UTC
e171ce8 Keep rings separate if looping back to use unused segments 01 September 2016, 22:39:52 UTC
70ae07f Track the winding of the ring that each segment originally came from 01 September 2016, 17:09:21 UTC
b84b2b0 Merge pull request #294 from mapbox/named-layer Add the ability to specify layer names within the GeoJSON input 30 August 2016, 23:56:19 UTC
965f4c2 Bump version number 30 August 2016, 22:36:22 UTC
4dd3411 Merge branch 'master' into named-layer 30 August 2016, 22:33:51 UTC
76739fd Fix a typo so it actually works, and add a test and documentation 30 August 2016, 22:32:09 UTC
d8ba9db Remove unused layer count and layer name list 30 August 2016, 22:09:18 UTC
1bed572 Rename variables for clarity 30 August 2016, 22:05:33 UTC
1f53491 Tile by layer names instead of by layer numbers 30 August 2016, 21:59:53 UTC
3e881a4 Make a reverse-mapping table from layer IDs to names 30 August 2016, 21:38:30 UTC
d490d84 Remove unused layer count and layer name list 30 August 2016, 21:17:28 UTC
d4e1ee0 Replace malloc/free with new/delete to fix parallel-reading crash 30 August 2016, 21:02:51 UTC
31d2a37 Get rid of the old file_keys 30 August 2016, 20:46:37 UTC
531c238 Pass the layer maps through into tiling 30 August 2016, 00:42:46 UTC
7f49ce5 Merge per-thread layer names and file keys 29 August 2016, 23:38:57 UTC
c26fa23 Per-thread layermap will contain the file keys, not just a layer ID 29 August 2016, 21:59:28 UTC
5a8a721 Merge pull request #293 from mapbox/simplification-readme Fix spelling of --simplification in documentation 29 August 2016, 19:12:32 UTC
7f4ef43 Fix spelling of --simplification in documentation 29 August 2016, 18:56:30 UTC
e38d28a Discovers the correct traversal, I think, but unusably slow 29 August 2016, 18:05:09 UTC
56218ea Exhaustively evaluate different possible traversals of the segments 26 August 2016, 21:37:20 UTC
2bde35b Track the angle that led into collinear segments 26 August 2016, 20:00:53 UTC
6c1c2d9 Detect and reject crossings during ring building 26 August 2016, 18:53:46 UTC
back to top