https://github.com/mapbox/tippecanoe

sort by:
Revision Author Date Message Commit Date
c1590ef Make sure features with the same clipid also have matching attributes 27 April 2018, 15:33:31 UTC
e2b7040 Fix writing of clipid to tile; move keys/values into feature itself 27 April 2018, 14:40:01 UTC
bc30334 Save up clipped features instead of decoding immediately 27 April 2018, 14:00:16 UTC
66a0d15 Point IDs are per-feature, not global 25 April 2018, 14:46:51 UTC
d45c960 Shift the coordinate system so the tile boundary marking works right. (Was missing transitions before because division rounds toward zero) 25 April 2018, 14:36:23 UTC
6b70e2a Tag all LineString crossings of tile boundaries 25 April 2018, 12:59:41 UTC
6fb308d Assign node IDs when edge points are introduced, not in next-zoom prep 25 April 2018, 12:00:18 UTC
6052f48 Print the node ID in tippecanoe-decode output if it is present 24 April 2018, 15:03:57 UTC
ceebb18 Merge branch 'master' into reconstruct 24 April 2018, 14:45:52 UTC
b060eb5 Clip late in the process to avoid compounding error between tiles 24 April 2018, 14:27:52 UTC
af69c85 Merge pull request #561 from mapbox/exit-status Use an exit status of 100 if some but not all zoom levels succeeded 20 April 2018, 07:44:13 UTC
a383f5c Use an exit status of 100 if some but not all zoom levels succeeded 18 April 2018, 17:48:13 UTC
3775c9c Merge branch 'master' into reconstruct 09 April 2018, 16:29:19 UTC
066934a Merge pull request #553 from mapbox/zoom-filter Allow filtering features by zoom level in conditional expressions 09 April 2018, 16:24:25 UTC
cb46304 Include another already-merged PR in changelog 09 April 2018, 15:33:14 UTC
7006272 Merge pull request #555 from andrewharvey/csv-null-geometry Skip csv lines with no geometry as is done for geojson 09 April 2018, 15:27:05 UTC
767763c Merge pull request #556 from jingsam/ignore-tippecanoe-json-tool Ignore tippecanoe-json-tool 09 April 2018, 15:26:08 UTC
cc6a97f Ignore tippecanoe-json-tool 08 April 2018, 09:19:19 UTC
05710fe More thoughts about clipped polygon topology 07 April 2018, 01:02:30 UTC
b90f0b1 An idea for what to do for topology-preserving polygon clipping 07 April 2018, 00:36:25 UTC
0d6112c include empty geometry test for csv 06 April 2018, 22:05:45 UTC
970af81 skip csv lines with no geometry as is done for geojson 06 April 2018, 00:56:51 UTC
1b26bec Clear up some confusion about attribute count and external references Now the count is always adjacent to whereever the key/value pair is stored, and is not kept in the serial feature object other than as the length of the vectors of keys and values. 05 April 2018, 22:40:14 UTC
d01d817 Allow filtering features by zoom level in conditional expressions This moves filtering from the serialization stage to the tiling stage so that the zoom level can be known to the filter. The side effect is to carry null attributes much further through the pipeline than previously. 05 April 2018, 21:15:19 UTC
6b29966 Merge pull request #548 from mapbox/integrity-check Check integrity of sqlite3 file before decoding or tile-joining 29 March 2018, 20:03:25 UTC
7f843c4 Check integrity of sqlite3 file before decoding or tile-joining 29 March 2018, 19:02:59 UTC
0304d16 Merge pull request #545 from mapbox/install-ubuntu Instruction on installing on Ubuntu 29 March 2018, 16:11:20 UTC
d5b0da3 Add link to Development section for compiler and prerequisite info 28 March 2018, 19:25:48 UTC
a45fec5 install on Ubuntu 28 March 2018, 10:11:51 UTC
3cea125 Merge pull request #542 from mapbox/coverage Trying to fix code coverage 21 March 2018, 21:21:15 UTC
8ff6e73 Add codecov badge 21 March 2018, 18:48:37 UTC
cc2cae1 Add yml file for code coverage 19 March 2018, 23:27:56 UTC
239a798 Try codecov for code coverage 19 March 2018, 23:05:14 UTC
db2c7db Update list of directories to exclude from code coverage 19 March 2018, 22:54:04 UTC
4055195 Merge branch 'master' into reconstruct 19 March 2018, 21:54:58 UTC
a1d002c Merge pull request #541 from mapbox/fix-decode-tile Always include tile and layer in tippecanoe-decode, fixing corrupt JSON. 19 March 2018, 18:18:03 UTC
e21e4d3 Forgot the indentation change in this test 17 March 2018, 00:06:54 UTC
3d1ebdb Add missing #include 16 March 2018, 23:26:19 UTC
3c827b1 Use the standard JSON writer when writing metadata.json 16 March 2018, 22:35:26 UTC
ebb0334 Use the standard JSON writer for tilestats With a lot of weird special cases to keep the formatting exactly like it accidentally was before 16 March 2018, 22:19:23 UTC
08fc2f2 JSON can be written to either a FILE or a string 16 March 2018, 21:20:52 UTC
1c4aa57 Change the JSON writing functions to object methods 16 March 2018, 20:43:21 UTC
623e0c9 More regularization of JSON writing 16 March 2018, 00:07:26 UTC
ddf4a45 Use JSON writer functions for tile size stats 15 March 2018, 22:19:52 UTC
605ccbe Helper functions so I will stop writing JSON by hand 15 March 2018, 21:42:53 UTC
35aa291 Restore accidentally deleted test 15 March 2018, 19:35:59 UTC
71df4d3 Always include tile and layer in tippecanoe-decode, fixing corrupt JSON. 14 March 2018, 23:35:59 UTC
e690a1b Merge pull request #540 from mapbox/progress-frequency Add --progress-interval setting to reduce progress indicator frequency 14 March 2018, 21:47:01 UTC
fac0ebb All the other places where I used volatile but really wanted atomic 13 March 2018, 22:21:21 UTC
f1eede1 Track the last progress update with an atomic type, not volatile 13 March 2018, 22:04:28 UTC
834c050 Add --progress-interval setting to reduce progress indicator frequency 13 March 2018, 21:51:48 UTC
d8a75a4 Interject new points into LineStrings where they cross tile boundaries 12 March 2018, 23:36:40 UTC
086832d Put the feature-rejoining experiments behind an option flag 10 March 2018, 00:47:29 UTC
2294ff0 Remember to carry the feature and point IDs from one zoom to the next 09 March 2018, 23:13:30 UTC
3d7e069 Add a counter in each feature to allocate point IDs from 09 March 2018, 23:05:21 UTC
9496736 Allocate an ID when each feature is clipped for the first time 08 March 2018, 23:30:11 UTC
9ed6fec Fix the first place that was losing the node ID 08 March 2018, 01:24:17 UTC
bf57a72 Single method for writing lon/lat pairs 08 March 2018, 00:51:17 UTC
61a7bbe Bring back the old simple_clip_poly so it can tag entries and exits 08 March 2018, 00:34:40 UTC
6aad06b Don't allow coalescing of parts clipped from different features 08 March 2018, 00:00:12 UTC
71a0b18 Pass the IDs around 07 March 2018, 23:47:57 UTC
61477bc Experimental vector tile representations of feature and node IDs 07 March 2018, 23:22:20 UTC
c4e48a1 Pass around a new ID field for features too 07 March 2018, 23:09:19 UTC
d684d94 Pass a node ID around as part of the serial feature representation 07 March 2018, 22:53:07 UTC
ca91cec Merge pull request #537 from mapbox/adjust-cluster Make clusters look better by averaging locations of clustered points 02 March 2018, 19:15:07 UTC
2b936af Fix indentation 02 March 2018, 18:35:58 UTC
18e345e Make clusters look better by averaging locations of clustered points 02 March 2018, 00:53:59 UTC
61cbc3e Merge pull request #536 from mapbox/accumulate-attribute Accumulate specified attributes when features are dropped, clustered, or coalesced 01 March 2018, 00:25:11 UTC
10a1bc8 Fix use of references into the wrong string pool after parallel input 28 February 2018, 21:09:55 UTC
a2dfaf8 Some basic tests for feature attribute accumulation 28 February 2018, 01:49:48 UTC
bfb6778 Add feature density tilestats during tiling instead of as a special case 28 February 2018, 01:04:15 UTC
d66d052 Add the mean as an option for accumulating attributes 28 February 2018, 00:12:29 UTC
f87b71b Check the layer before letting a feature be coalsced/clustered/dropped 27 February 2018, 23:45:09 UTC
ebe10a2 Add documentation 27 February 2018, 22:45:46 UTC
c604a51 Don't coalesce features whose non-string-pool attributes don't match Fortunately most attributes are in the string pool, but ones that have passed through the prefilter are not. (Nor are attributes that are generated by clustering or by attribute accumulation.) 27 February 2018, 21:38:37 UTC
e939a85 Make sure numeric command line arguments are actually numbers 27 February 2018, 01:35:39 UTC
45b1a1d Sum, product, concat, and comma operations work now 27 February 2018, 00:47:15 UTC
06ed9d1 Add an attribute for square root of cluster count 26 February 2018, 20:53:43 UTC
e4e3928 Fix the raw-tiles test and make it a little less fragile 26 February 2018, 19:32:18 UTC
a8a342f Send dot-dropping through the same pipeline. The first feature in a tile can never be dropped, since there is no previous feature to attach its properties to. Remove the previous special case that reset the dropping counter at the first feature within each tile proper (as opposed to the first feature in each tile, including its buffer, which is now the one that is guaranteed to be preserved). 24 February 2018, 01:19:54 UTC
7fe0c87 Get attribute accmulation by concatenation working 24 February 2018, 00:16:11 UTC
27154c8 Cluster onto the previous feature instead of onto the next This also allows doing the attribute and tilestats all at once at the end of the tile instead of having to update a feature to handle the last cluster. 23 February 2018, 20:26:58 UTC
30a277a Always keep the first feature so there is something to coalesce onto 23 February 2018, 01:25:54 UTC
79df57f Merge pull request #535 from mapbox/logo-image Add logo image 22 February 2018, 23:07:44 UTC
3235955 Add logo image 22 February 2018, 22:58:51 UTC
bc0edec Call a function that will eventually preserve the attributes 21 February 2018, 01:24:15 UTC
b73e710 Add --accumulate-attribute flag and pass the result to tiling 21 February 2018, 00:19:49 UTC
03577cf Merge pull request #529 from mapbox/files-left-open Close input files that were being left open after parallel reading 12 February 2018, 20:53:32 UTC
2d625d5 Pass through any non-ASCII characters from file names into layer names The Docker build doesn't include proper locale support 07 February 2018, 21:15:36 UTC
2b7d647 Set locale before running tests in Docker 07 February 2018, 01:58:24 UTC
17942b3 Add an option to produce only a single tile 07 February 2018, 01:25:58 UTC
7ab94d4 Preserve non-ASCII characters when making layernames from filenames 07 February 2018, 01:22:26 UTC
8726366 Remember to close the input file after CSV parsing too 07 February 2018, 00:23:44 UTC
2e5b597 Add --coalesce-fraction-as-needed and --coalesce-densest-as-needed 06 February 2018, 22:39:05 UTC
8fa5a5f Report distances in both feet and meters 06 February 2018, 20:15:24 UTC
8e7b22c Close input files that were being left open after parallel reading 06 February 2018, 20:02:23 UTC
e2a3492 Merge pull request #522 from carimatics/master Fix Release file not found error when execute docker build command. 31 January 2018, 15:13:57 UTC
042fa77 Fix Release file not found error when execute docker build command. 30 January 2018, 14:49:34 UTC
21b9b19 Merge pull request #515 from mapbox/vector-bounds Fix out-of-bounds error when no threads were needed for a zoom level 19 January 2018, 18:27:20 UTC
d49606b Fix opportunities for integer overflow 18 January 2018, 20:37:15 UTC
back to top