swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63

sort by:
Revision Author Date Message Commit Date
98e2633 Use weak pointers for container and parser to avoid reference loops 07 June 2018, 00:47:20 UTC
72cf2c7 Use shared_ptr for all references to JSON objects 06 June 2018, 23:13:51 UTC
5d46fe7 Remove some unneeded explicit construction of strings 06 June 2018, 19:58:29 UTC
3f9dfdc Progress on converting jsonpull to more of a C++ idiom 06 June 2018, 19:58:18 UTC
9f1913b Merge pull request #585 from mapbox/nulls-from-filter Be careful not to allow null attributes from prefilter/postfilter output to make it into tiles 06 June 2018, 19:57:03 UTC
760a0c9 Add missing JSON type check; bump version number. 06 June 2018, 18:54:23 UTC
c9eed0d Be careful to remove null attributes from prefilter/postfilter output 06 June 2018, 18:48:57 UTC
2318673 Be more systematic about nulls and undefined attribute values It is an error to write a null attribute to a tile, but null attributes found within existing tiles will be decoded into JSON as null. 06 June 2018, 18:48:01 UTC
6e231f5 Merge pull request #581 from mapbox/force-polygon-winding Add --use-source-polygon-winding and --reverse-source-polygon-winding 01 June 2018, 21:19:43 UTC
c650329 Use a complete feature in the winding test instead of a bare geometry 01 June 2018, 20:33:58 UTC
48486b5 Add --use-source-polygon-winding and --reverse-source-polygon-winding 01 June 2018, 19:59:28 UTC
38bca4a Merge pull request #574 from mapbox/layer-description Add the option to specify layer file, name, and description as JSON 24 May 2018, 23:49:06 UTC
48f7f1d Preserve layer and attribute descriptions across tile-join 24 May 2018, 23:01:57 UTC
bb8b01a Add option to specify description for attributes in tileset metadata 24 May 2018, 21:18:22 UTC
5453279 Trailing commas in CSVs are now treated as empty fields. Empty fields are now treated as empty strings rather than nulls in tippecanoe-json-tool, for consistency with tile-join. 24 May 2018, 20:54:00 UTC
32b3a15 Add test for JSON specification of layer file, name, and description 24 May 2018, 19:41:14 UTC
5373170 Add the option to specify layer file, name, and description as JSON 24 May 2018, 18:30:42 UTC
7128ac4 Track layer description as part of the tilestats 24 May 2018, 17:27:43 UTC
b65a5d1 Merge pull request #571 from mapbox/atomic-decode Thread safety fix for decoding quadkeys to coordinates 22 May 2018, 23:39:39 UTC
02cb3a3 Thread safety fix for decoding quadkeys to coordinates 18 May 2018, 21:45:03 UTC
5494b7d Merge pull request #570 from mapbox/nan-coordinates Explicitly check for infinite and not-a-number input coordinates 16 May 2018, 22:01:43 UTC
dc3aa2d Test CSV geometry with invalid coordinates 16 May 2018, 21:29:28 UTC
a4825f6 Explicitly check for infinite and not-a-number input coordinates 15 May 2018, 19:55:17 UTC
3f7ba29 Merge pull request #569 from mapbox/tile-join-vasprintf Add #define needed for Cygwin 15 May 2018, 19:01:55 UTC
445c33f Add #define needed for Cygwin 15 May 2018, 00:43:42 UTC
6db02e8 Merge pull request #568 from mapbox/gzip-input Directly support gzipped GeoJSON files as input 14 May 2018, 22:08:51 UTC
73398a0 Use the FILE-like abstraction that zlib already provides 14 May 2018, 19:40:38 UTC
0244f04 Detect if the compressed input runs out before the stream is complete 14 May 2018, 18:35:29 UTC
d0d953f Use a loop instead of spelling out .json and .json.gz separately 14 May 2018, 17:46:45 UTC
09565b4 Fix arithmetic overflows 12 May 2018, 00:29:29 UTC
974bfb3 Add missing initializer in can't-be-compressed case 12 May 2018, 00:13:06 UTC
450a8a7 Fix reference to uncompressed version of test file that I compressed 11 May 2018, 23:49:09 UTC
dbd6914 Test and documentation 11 May 2018, 23:34:18 UTC
14b618a Make stream lookahead work; simplify the interface 11 May 2018, 23:02:53 UTC
9f7dc4b Use zlib to decompress gzipped input 11 May 2018, 22:51:53 UTC
72b8142 JSON-reading glue to use the stream abstraction 11 May 2018, 21:58:29 UTC
33b0d5c Start an abstraction layer for input streams 11 May 2018, 21:44:10 UTC
8e8b74b Merge pull request #567 from mapbox/checkdisk-race Make file positions and lengths thread-safe 07 May 2018, 23:31:25 UTC
f070c74 Add missing #include 07 May 2018, 22:10:18 UTC
59dd095 Make file positions and lengths thread-safe 07 May 2018, 21:42:49 UTC
2cf0524 Merge pull request #566 from mapbox/extend-zooms-with-feature-limit Also take note of --force-feature-limit if extending zooms 04 May 2018, 20:31:20 UTC
8ba8845 Also take note of --force-feature-limit if extending zooms 04 May 2018, 19:43:27 UTC
43312fd Merge pull request #565 from mapbox/gnusource Add #define to fix the build on Cygwin 04 May 2018, 18:42:19 UTC
b8cfab1 Add #define to fix the build on Cygwin 04 May 2018, 17:37:27 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
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
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
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
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
back to top