https://github.com/mapbox/tippecanoe

sort by:
Revision Author Date Message Commit Date
945d804 Merge pull request #725 from mapbox/geobuf-multilinestring Fix reading of MultiLineStrings in Geobuf input 02 March 2019, 00:22:00 UTC
1bc475b Fix reading of MultiLineStrings in Geobuf input 01 March 2019, 23:52:24 UTC
907ddeb Merge pull request #718 from mapbox/decode-mvt Make tile-join and tippecanoe-decode more flexible about directories 20 February 2019, 22:08:22 UTC
90afdf8 Merge branch 'master' into decode-mvt 20 February 2019, 20:06:06 UTC
8df0455 Make tile-join and tippecanoe-decode more flexible about directories: * Accept .mvt as well as .pbf in directories of tiles * Allow tippecanoe-decode and tile-join of directories with no metadata 20 February 2019, 20:04:10 UTC
454f75e Merge pull request #716 from mapbox/keep-id-attribute Don't exclude the attribute that is specified to be the feature ID 14 February 2019, 20:40:22 UTC
435a788 Don't exclude the attribute that is specified to be the feature ID 14 February 2019, 19:40:58 UTC
9387fe6 Current behavior if the ID attribute is also excluded 14 February 2019, 18:48:22 UTC
b1ae63a Merge pull request #707 from mapbox/unused-filter Remove now-unused filter argument during parsing 14 February 2019, 18:43:11 UTC
451175d Merge pull request #715 from mapbox/multiple-include Clarify use of multiple -x or -y options 14 February 2019, 18:42:43 UTC
8c2df5f Clarify use of multiple -x or -y options 14 February 2019, 00:45:11 UTC
87bdaa1 Merge pull request #711 from andrewharvey/patch-3 update broken links in README.md 04 February 2019, 18:06:00 UTC
185f7d7 update broken links in README.md 03 February 2019, 10:31:16 UTC
e805d11 Remove now-unused filter argument during parsing 22 January 2019, 22:26:06 UTC
610afc2 Merge pull request #702 from mapbox/minzoom-0 Fix a bug that disallowed a per-feature minzoom of 0 16 January 2019, 21:08:54 UTC
6da2090 Fix a bug that disallowed a per-feature minzoom of 0 16 January 2019, 19:56:25 UTC
454ae96 Merge pull request #697 from wsw0108/typo fix some typo 02 January 2019, 18:16:06 UTC
2eb7f5d read_json.cpp: fix semantic typo 25 December 2018, 12:04:41 UTC
b746688 serial.cpp: fix shift-op typo 25 December 2018, 12:03:57 UTC
5421dbf Merge pull request #695 from mapbox/cookbook-replace-features Add cookbook example for adding and removing features with tile-join 20 December 2018, 23:31:34 UTC
0505e0e Add cookbook example for adding and removing features with tile-join 20 December 2018, 23:06:44 UTC
255f795 Merge pull request #691 from mapbox/detail-limit Limit detail to 30 and buffer 127 to prevent coordinate delta overflow 19 December 2018, 01:31:51 UTC
32b14b1 Limit detail to 30 and buffer 127 to prevent coordinate delta overflow 18 December 2018, 23:53:11 UTC
b31b0b0 Merge pull request #684 from mapbox/metadata-exists Better error message if the output tileset already exists 13 December 2018, 23:07:31 UTC
28f773a Better error message if the output tileset already exists 13 December 2018, 19:20:06 UTC
45fbdf4 Merge pull request #683 from mapbox/coalesce-points Point features may now be coalesced into MultiPoint features with --coalesce 13 December 2018, 00:58:30 UTC
6376c28 Add Hilbert Curve feature sequencing as an option 12 December 2018, 18:51:00 UTC
5f1c0e1 Add a table of zoom level precisions to the documentation 12 December 2018, 01:52:51 UTC
ca4aad0 Point features may now be coalesced into MultiPoint features with --coalesce 12 December 2018, 01:09:13 UTC
4b20948 Merge pull request #681 from Plantain/master Update coalesce-smallest-as-needed documentation 04 December 2018, 20:49:23 UTC
3eea8b0 Update coalesce-smallest-as-needed documentation 04 December 2018, 20:19:50 UTC
9c708aa Merge pull request #676 from mapbox/empty-coordinate Make it an error, not a warning, to have missing coordinates for a point 26 November 2018, 23:34:11 UTC
cf28e6b Make it an error, not a warning, to have missing coordinates for a point 26 November 2018, 22:50:45 UTC
506526d Merge pull request #657 from mapbox/drop-features-earlier Drop LineStrings and Polygons early in tiling if they are smaller than a pixel 26 November 2018, 18:57:30 UTC
4fec7a1 Reduce coordinate precision so GeoJSON and geobuf have the same results 26 November 2018, 18:22:05 UTC
5229990 Fix gridding of small squares; use less memory for small features 21 November 2018, 23:34:43 UTC
739445c Merge pull request #665 from mapbox/coerce-id-leading-zero Ignore leading zeroes when converting string attributes to feature IDs 08 November 2018, 00:31:35 UTC
f9c9ff3 Ignore leading zeroes when converting string attributes to feature IDs 07 November 2018, 23:46:44 UTC
949468e Merge pull request #658 from mapbox/coerce-feature-ids Add an option to convert stringified number feature IDs to numbers 07 November 2018, 22:45:08 UTC
a315064 Merge pull request #663 from jingsam/ignore chore: ignore geobuf tests files and node_modules 07 November 2018, 18:36:04 UTC
752f77d chore: ignore geobuf tests files and node_modules 07 November 2018, 06:49:51 UTC
cc7c0cc Don't test string ID conversion with geobuf, because it fails 02 November 2018, 22:28:51 UTC
bd2423a Add an option to use a specified feature attribute as the feature ID 02 November 2018, 22:21:52 UTC
53de8a2 Add an option to convert stringified number feature IDs to numbers 02 November 2018, 00:07:33 UTC
b8ffdda Merge pull request #656 from mapbox/tile-join-maxzoom Warn in tile-join if tilesets being joined have different maxzooms 31 October 2018, 23:09:11 UTC
9c79cf7 Warn in tile-join if tilesets being joined have different maxzooms 31 October 2018, 21:25:25 UTC
d3ae485 Merge pull request #650 from mapbox/filter-crash Fix null pointer crash/add bounding box option 23 October 2018, 18:59:28 UTC
1cf3b0a Fix the feature bounding box after clipping 23 October 2018, 17:55:07 UTC
5dfbc4a Add --clip-bounding-box option to clip input geometry 22 October 2018, 23:49:33 UTC
0acdeef Fix null pointer crash when looking for feature extent in filter output 22 October 2018, 20:26:53 UTC
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
back to top