swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63

sort by:
Revision Author Date Message Commit Date
e18748e Merge pull request #647 from mapbox/attribute-compare Bug fix: mismatched features could be coalesced if from a prefilter 10 October 2018, 22:12:38 UTC
1b75ca3 Bug fix: mismatched features could be coalesced if from a prefilter 10 October 2018, 21:35:46 UTC
b7fb576 Merge pull request #645 from mapbox/empty-tileset-dir Create the output tile directory even if there are no valid features 24 September 2018, 20:52:31 UTC
b2999fe Create the output tile directory even if there are no valid features 24 September 2018, 18:16:13 UTC
03199a7 Merge pull request #642 from mapbox/maxzoom-minzoom Issue an error message in tile-join if minzoom is greater than maxzoom 07 September 2018, 19:07:47 UTC
7aebce7 Issue an error message in tile-join if minzoom is greater than maxzoom 07 September 2018, 17:08:02 UTC
9949d7e Merge pull request #639 from mapbox/tile-stats-limits Add options to change the tilestats limits 01 September 2018, 00:50:42 UTC
2530efd Used the tilestats sample values limit instead of the attributes limit 31 August 2018, 23:52:38 UTC
216c0cf Be consistent about pluralization in the tilestats options 31 August 2018, 23:19:55 UTC
bc84b41 Add options to change the tilestats limits 31 August 2018, 22:12:00 UTC
5483720 Merge pull request #635 from jingsam/ignore-check-files chore: ignore generated check and mbtiles files in tests 23 August 2018, 17:34:38 UTC
5d6e6e0 chore: ignore generated check and mbtiles files in tests 23 August 2018, 06:16:50 UTC
15df8e8 Merge pull request #633 from mapbox/tile-join-name-len Keep tile-join from generating a tileset name longer than 255 chars 21 August 2018, 17:01:58 UTC
addbd0a Keep tile-join from generating a tileset name longer than 255 chars 21 August 2018, 00:45:18 UTC
de40169 Merge pull request #631 from mapbox/filename-warning Fix missing filename in warning messages 16 August 2018, 21:20:38 UTC
0a3e4ad Fix missing filename in warning messages 16 August 2018, 20:46:37 UTC
1ef2005 Merge pull request #623 from mapbox/cookbook Add a cookbook section to the README 16 August 2018, 19:08:37 UTC
f0517d0 Merge pull request #627 from mapbox/geojson-loop Factor out the GeoJSON parsing loop from feature serialization 08 August 2018, 22:14:14 UTC
19c132e Be more cautious about use of a null feature for bare geometries 08 August 2018, 21:17:08 UTC
98cf4d9 Don't accept features or geometries inside another object's properties 08 August 2018, 20:42:49 UTC
ba8966a Use the same GeoJSON parsing loop in tippecanoe-json-tool 08 August 2018, 20:11:25 UTC
79363e3 Factor out the GeoJSON parsing loop from feature serialization 08 August 2018, 20:11:10 UTC
2e80377 Merge pull request #626 from mapbox/tile-join-remove-attrs Add --exclude-all to tile-join 07 August 2018, 18:12:57 UTC
8d67e46 Add --exclude-all to tile-join 07 August 2018, 17:27:38 UTC
5c881c1 Merge pull request #620 from mapbox/wagyu-initializer Upgrade to Wagyu 0.4.3 06 August 2018, 20:30:24 UTC
baab0ce Increment version number 06 August 2018, 19:25:22 UTC
60629da Merge branch 'master' into wagyu-initializer 06 August 2018, 17:15:20 UTC
7221c7b Merge pull request #624 from mapbox/trim-csv Add "csv" to the list of suffixes to trim off of layer names 02 August 2018, 17:05:19 UTC
c9cc12e Add "csv" to the list of suffixes to trim off of layer names 02 August 2018, 00:49:54 UTC
4958c47 Merge pull request #607 from mapbox/catch-all-exceptions-in-decode decode: catch all exceptions 01 August 2018, 23:31:59 UTC
18e8bea Add a point visualization example. Always make -z the first option. 01 August 2018, 22:21:58 UTC
510df9e Add a cookbook section to the README 01 August 2018, 21:52:30 UTC
bec1f41 Merge pull request #622 from mapbox/cluster-maxzoom Take cluster distance into account when guessing a maxzoom 01 August 2018, 20:54:47 UTC
3fb8339 Take cluster distance into account when guessing a maxzoom 01 August 2018, 20:14:14 UTC
c4cd7fa Workaround to make it compile on g++-4.8.4 01 August 2018, 17:21:32 UTC
e9eca57 Upgrade to Wagyu 0.4.3 01 August 2018, 00:47:52 UTC
796fa19 Add missing initializer Fixes https://github.com/mapbox/tippecanoe/issues/602 31 July 2018, 23:54:42 UTC
28ebec2 Merge pull request #616 from mapbox/antimeridian Duplicate features within the buffer of the antimeridian on both sides 30 July 2018, 22:06:11 UTC
759bceb Duplicate features within the buffer of the antimeridian on both sides 27 July 2018, 23:14:49 UTC
faa952e Merge pull request #615 from mapbox/generate-ids Add an option to automatically assign ids to features 26 July 2018, 23:17:08 UTC
6f295f2 Add an option to automatically assign ids to features 26 July 2018, 22:08:47 UTC
50b1ead Merge pull request #612 from mapbox/negative-shift Don't guess a higher maxzoom than is allowed for manual selection 25 July 2018, 18:59:36 UTC
856c055 Don't guess a higher maxzoom than is allowed for manual selection If maxzoom + detail > 32, some geometric operations are undefined 25 July 2018, 18:18:40 UTC
206c75f Merge pull request #604 from mapbox/per-feature-zoom-check Require that per-feature maxzoom and minzoom be small integers 19 July 2018, 22:25:05 UTC
87a1bb7 Add an option to treat empty CSV columns as nulls, not empty strings 19 July 2018, 21:33:33 UTC
3cb09d0 Add the ability to specify the file format with -L{"format":"…"} 17 July 2018, 21:57:56 UTC
6683939 catch all exceptions 14 July 2018, 01:27:24 UTC
07ab900 Report decompression errors in tippecanoe-decode 14 July 2018, 00:02:49 UTC
d1a0e49 Require that per-feature maxzoom and minzoom be small integers Also fixes a place in the Makefile that accidentally still used CFLAGS instead of CXXFLAGS 12 July 2018, 18:24:30 UTC
d64ac19 Merge pull request #591 from mapbox/attribute-filter Add a filter extension to allow filtering individual attributes 19 June 2018, 22:10:28 UTC
c2bb35e Bump version number 19 June 2018, 21:15:27 UTC
262fbf2 Fix missing null pointer check 19 June 2018, 20:10:58 UTC
9dac499 Consistently refer to attributes, not properties Except when referring to their representation in GeoJSON 18 June 2018, 21:34:10 UTC
8d6bd4e Add a filter extension to allow filtering individual attributes 18 June 2018, 18:26:22 UTC
54983c7 Merge pull request #588 from mapbox/less-codecov Don't complain about coverage of the diff itself 08 June 2018, 21:58:43 UTC
4d8a3c6 Don't complain about coverage of the diff itself 08 June 2018, 21:24:18 UTC
bc3d4c6 Merge pull request #587 from mapbox/tag-version Include a generator field in tileset metadata with the Tippecanoe version 08 June 2018, 17:10:12 UTC
7f90ba5 Include version number in tile-join output too 08 June 2018, 04:37:25 UTC
4da6b93 Use "generator" instead of "creator". Silence another status message. 07 June 2018, 22:17:58 UTC
b022953 Turn off progress indicators during tests (For the sake of Travis's 4MB log limit) Also fix a few places that logged progress even when told not to. 07 June 2018, 20:27:49 UTC
11c6c86 Include a creator field in tileset metadata with the Tippecanoe version Also finally eradicates binary diffs from the tests 07 June 2018, 18:20:12 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
back to top