https://github.com/mapbox/tippecanoe

sort by:
Revision Author Date Message Commit Date
2daf84a Merge pull request #980 from curran/patch-1 Point to active fork. 01 March 2024, 16:51:25 UTC
5d45f89 Closes #979 30 August 2023, 17:53:12 UTC
18e53cd Merge pull request #862 from jalessio/patch-1 Instruct curl to follow redirects for census.gov URLs 12 February 2021, 16:30:54 UTC
158b5fb Merge pull request #861 from emonty/clean-warnings Clean a few warnings emited by GCC v8 12 February 2021, 16:30:17 UTC
4bb73aa Update README.md 01 October 2020, 19:59:06 UTC
5808c95 Merge pull request #883 from mapbox/readme-update Update README.md 01 October 2020, 19:56:21 UTC
1fa797b One more readme change 01 October 2020, 19:54:02 UTC
62554b6 Pull title to the top 01 October 2020, 19:53:02 UTC
9ece7c0 Update README.md Small update to the README.md cc @flippmoke 01 October 2020, 19:50:19 UTC
97ace99 Merge pull request #880 from mapbox/version-1.36.0 Forgot to increment the version number 26 August 2020, 19:51:29 UTC
80eeacc Forgot to increment the version number 26 August 2020, 19:04:44 UTC
62b9d12 Merge pull request #879 from mapbox/wagyu-0.5.0 Upgrade Wagyu to version 0.5.0 26 August 2020, 19:02:00 UTC
ea52e88 Update changelog 26 August 2020, 17:44:27 UTC
9f8c850 Exclude mapbox header libraries from code coverage 26 August 2020, 17:11:56 UTC
c678f78 Also update the Wagyu license 26 August 2020, 15:31:12 UTC
e0c7f1b Upgrade Wagyu to version 0.5.0 26 August 2020, 00:00:50 UTC
6d2713b Instruct curl to follow redirects for census.gov URLs These examples are no longer working without the addition of `-L` to the `curl` command. Note that other examples in this same file already have the `-L` for `census.gov` URLs. Example for URL being called: ``` > curl -I http://www2.census.gov/census_2010/01-Redistricting_File--PL_94-171/California/ca2010.pl.zip HTTP/1.1 302 Moved Temporarily Location: https://www2.census.gov/census_2010/01-Redistricting_File--PL_94-171/California/ca2010.pl.zip?sec_ak_reference=18.440ad717.1589950562.829e1048 Server: BigIP Content-Length: 0 Date: Wed, 20 May 2020 04:56:02 GMT Connection: keep-alive ``` 20 May 2020, 04:57:28 UTC
efa40d2 Clean a few warnings emited by GCC v8 An instance of catching an exception by value: https://blog.knatten.org/2010/04/02/always-catch-exceptions-by-reference/ In jsontool, there's a warning about writing 8 bytes into a 7 byte buffer, potentially truncating or losing the nul-terminator. There are a couple of instances of an unused bool variable, not really a big deal. 17 May 2020, 14:43:24 UTC
ddb7993 Merge pull request #841 from mapbox/fix-accumulate-mean Fix calculation of mean when accumulating attributes in clusters 07 February 2020, 00:24:35 UTC
ed9f844 Fix calculation of mean when accumulating attributes in clusters 06 February 2020, 23:28:10 UTC
065cc1d Merge pull request #813 from mapbox/decode-crash Guard against null data in the mbtiles file when decoding 31 October 2019, 21:42:26 UTC
25bf395 Guard against null data in the mbtiles file when decoding 31 October 2019, 20:50:29 UTC
ec00ac2 Merge pull request #801 from geeknik/patch-1 Update README.md 08 October 2019, 17:24:43 UTC
28e99f8 Update README.md Update the example in the 'Try this first' section so it matches other examples further along in this file. 07 October 2019, 00:23:32 UTC
ea53f5e Merge pull request #800 from mapbox/compression-error-doc Explain why you might want uncompressed tiles 01 October 2019, 17:42:26 UTC
9e81d5a Explain why you might want uncompressed tiles 01 October 2019, 17:09:59 UTC
33b055b Merge pull request #790 from mapbox/json-parser-line-numbers Fix line numbers in GeoJSON feature parsing error messages 30 August 2019, 22:58:14 UTC
fc810d4 Fix line numbers in GeoJSON feature parsing error messages 30 August 2019, 22:34:24 UTC
d96b521 Merge pull request #785 from mapbox/more-precisions Extend the table of precisions 19 August 2019, 21:03:10 UTC
78853ba Extend the table of precisions 19 August 2019, 19:08:01 UTC
df9fa60 Merge pull request #772 from mapbox/clustered-doc-fix Make the documentation match the code about the "clustered" attribute 22 July 2019, 18:06:26 UTC
7bba6bc Make the documentation match the code about the "clustered" attribute 22 July 2019, 16:59:37 UTC
9e3fed8 Merge pull request #768 from mapbox/undefined-shifts Be careful to avoid undefined behavior from shifting negative numbers 18 June 2019, 21:57:49 UTC
fc335e2 Be careful to avoid undefined behavior from shifting negative numbers 18 June 2019, 00:50:25 UTC
b550c7b Merge pull request #760 from mapbox/preserve-shared-nodes Add an option to keep intersection nodes from being simplified away 16 May 2019, 17:38:56 UTC
dcdfb94 Bump version number for --no-simplification-of-shared-nodes 16 May 2019, 17:13:43 UTC
42ee195 Add an option to keep intersection nodes from being simplified away 14 May 2019, 00:39:07 UTC
9dc92a4 Merge pull request #757 from mapbox/map-scale Add map scale to table of zoom level equivalences 09 May 2019, 23:48:20 UTC
1b14034 Add map scale to table of zoom level equivalences 08 May 2019, 20:47:53 UTC
363d21b Merge pull request #748 from mapbox/high-longitude Be more consistent about when longitudes beyond 180 are allowed 12 April 2019, 19:45:56 UTC
4d3e307 Be more consistent about when longitudes beyond 180 are allowed 12 April 2019, 19:12:14 UTC
b147ff2 Merge pull request #735 from mapbox/raw-tiles-zoom-enumerate Fix -Z and -z for tile directories in tile-join and tippecanoe-decode 09 April 2019, 00:03:06 UTC
7be3710 Rebuild documentation 08 April 2019, 23:33:11 UTC
fcab1da Merge branch 'master' into raw-tiles-zoom-enumerate 08 April 2019, 23:33:03 UTC
a8a183d Update changelog and version 08 April 2019, 23:32:39 UTC
9d06af9 Merge pull request #730 from andrewharvey/patch-4 Update README.md to include ndjson-cli suggestion 08 April 2019, 23:32:08 UTC
ffab876 Don't run shell filters if the current zoom is below the minzoom 08 April 2019, 23:30:19 UTC
99dc019 Fix tests after merge 08 April 2019, 23:29:56 UTC
e89bdec Merge branch 'master' into raw-tiles-zoom-enumerate 08 April 2019, 23:28:12 UTC
18b6473 Merge pull request #744 from mapbox/track-flags Record the command line options in the tileset metadata 05 April 2019, 20:45:55 UTC
382563a Sort wildcards in Makefile to provide test stability 05 April 2019, 20:15:46 UTC
26a07b2 Forgot to update this test standard 05 April 2019, 19:05:03 UTC
f95b9bc Use single-quote quoting instead of backslash quoting 05 April 2019, 18:30:57 UTC
4f7459c Record the command line options in the tileset metadata 05 April 2019, 00:03:36 UTC
e051c53 Fix duplicated error message for unknown option 19 March 2019, 17:16:14 UTC
ac12932 Return a successful error status for --help and --version 19 March 2019, 17:13:44 UTC
7419d64 Suggest https instead of ssh for "git clone" to avoid the need for authentication 19 March 2019, 17:06:46 UTC
25b9c51 Fix -Z and -z for tile directories in tile-join and tippecanoe-decode 19 March 2019, 01:01:32 UTC
0704ec9 Update README.md to include ndjson-cli suggestion Most software in the ecosystem is unable to write arbitrary data to the tippecanoe object, so it might be helpful to show how users can make these GeoJSON extensions work. #685 11 March 2019, 05:40:59 UTC
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
back to top