https://github.com/mapbox/tippecanoe

sort by:
Revision Author Date Message Commit Date
a4f8e6f Fix where I was inserting the copied ring in backwards order 22 October 2016, 01:00:46 UTC
c9c7243 Work on merging together adjacent polygons to reduce tile size 22 October 2016, 00:33:46 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
6a7a139 Merge pull request #288 from mapbox/bad-polygon-revival Don't try to revive a placeholder for a degenerate polygon with negative area 25 August 2016, 20:45:12 UTC
0d19313 Use simpler calculation to intersect polygon edges with tile edges. Add the polygon that produced a bad tile with the previous version as a test. 24 August 2016, 22:32:48 UTC
9161b74 Don't try to revive a placeholder for a degenerate polygon with negative area 24 August 2016, 19:34:28 UTC
f7e64dc Work in progress on being able to specify per-feature layer names 23 August 2016, 22:33:53 UTC
85fd49f Merge pull request #284 from mapbox/join-id Pass feature IDs through in tile-join 17 August 2016, 00:07:14 UTC
c85303a Pass feature IDs through in tile-join 16 August 2016, 20:21:15 UTC
938e6a9 Merge pull request #280 from mapbox/fragment-geometry Move polygon winding fixup out of tiling and into parsing 15 August 2016, 21:04:06 UTC
b2aa6de Provide some JSON context when reporting parsing errors 15 August 2016, 20:11:35 UTC
be6e3c8 Merge pull request #281 from mapbox/dataset Don't say "dataset" 10 August 2016, 21:17:36 UTC
9ef9954 Don't say "dataset" 10 August 2016, 19:08:15 UTC
475ce9d Fix g++ compiler warnings 09 August 2016, 00:14:48 UTC
8b339ab Use the same serialization in both places, and add sanity checks 09 August 2016, 00:08:36 UTC
bf57157 Factor out (initial) feature serialization 08 August 2016, 22:36:49 UTC
6de7920 Separate data gathering from serialization a little better 02 August 2016, 21:53:30 UTC
84370c5 Get rid of some more explicit memory management 02 August 2016, 21:07:56 UTC
67272bf Move polygon winding fixup out of tiling and into parsing 02 August 2016, 00:35:37 UTC
6d6c1ab Parse GeoJSON geometry into memory instead of straight to a file 01 August 2016, 21:29:30 UTC
6f58d31 Merge pull request #279 from mapbox/fix-preserve Fix the spelling of the --preserve-input-order option 01 August 2016, 18:04:08 UTC
e760521 Fix the spelling of the --preserve-input-order option 01 August 2016, 18:03:35 UTC
back to top