sort by:
Revision Author Date Message Commit Date
d0db332 Binary search to find gap that leaves the desired fraction of features 02 November 2016, 21:25:04 UTC
faa5720 Remove dead code 01 November 2016, 23:31:45 UTC
2e026f9 Use float instead of double in tiles if the value comes out the same 27 October 2016, 21:37:46 UTC
0834626 More careful JSON parsing thanks to http://seriot.ch/parsing_json.html 27 October 2016, 18:39:50 UTC
80e5159 Remove dead code 26 October 2016, 23:00:59 UTC
7e6aa19 Make sure memfile growth gets tested 26 October 2016, 22:57:24 UTC
8296190 Remove leftovers from early versions of --detect-shared-borders 26 October 2016, 22:47:26 UTC
93d3c40 Remove dead code 26 October 2016, 22:43:46 UTC
9fbc7b9 Add an ignored third coordinate to improve code coverage 26 October 2016, 22:33:46 UTC
7727b3a Start each tile's gamma/mingap at the same point to help flaky tests 26 October 2016, 17:40:53 UTC
565b5dc Add a test of discovering the minimum workable feature spacing 25 October 2016, 23:39:41 UTC
10fc925 Add an option to discover the minimum workable gap between features 25 October 2016, 23:28:32 UTC
db859e8 Reorder which tile-shrinking strategy to try first 25 October 2016, 22:21:00 UTC
667e8f7 Use the same discovered gamma across all tiles of a zoom level 25 October 2016, 21:13:55 UTC
4b3fc4a Track the new identity of merged polygons so they can be merged further 25 October 2016, 17:01:18 UTC
057d7b7 Iterate over arcs, not polygons, when merging 25 October 2016, 00:58:26 UTC
2798bf7 Add an option to merge adjacent polygons together to reduce tile size 25 October 2016, 00:22:07 UTC
f32916c Tests of the three current strategies for reducing tile size 24 October 2016, 22:33:14 UTC
7cb7fc4 Fix where I was inserting the copied ring in backwards order 24 October 2016, 22:06:57 UTC
3cc9523 Work on merging together adjacent polygons to reduce tile size 24 October 2016, 22:06:49 UTC
83e73e8 Add an option to dynamically increase gamma until tiles are small enough 24 October 2016, 19:29:36 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
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
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
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
back to top