swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63

sort by:
Revision Author Date Message Commit Date
e7f264f Merge pull request #458 from mapbox/nan-infinity Add better diagnostics for NaN or Infinity in input JSON 22 August 2017, 22:49:45 UTC
0b3e731 Add better diagnostics for NaN or Infinity in input JSON 21 August 2017, 17:44:04 UTC
071b4ef Merge pull request #451 from mapbox/no-tile-stats Add an option not to produce tilestats 16 August 2017, 22:23:29 UTC
4d1ddc5 Add tile-join options to select zoom levels to copy 16 August 2017, 20:49:16 UTC
e6fc221 Tilestats metadata no longer needs to be limited to 60K 16 August 2017, 19:53:10 UTC
8f02aa4 Improve tile-join documentation 15 August 2017, 22:55:53 UTC
205c28b Fix tilestats with truncated strings. Trim tilestats if TileJSON is huge 15 August 2017, 18:23:03 UTC
5fc2610 Add tests for not producing tilestats 15 August 2017, 17:41:00 UTC
372194c Add an option not to produce tilestats 15 August 2017, 17:35:41 UTC
f511185 Merge pull request #332 from mapbox/plugins Add plugin support 09 August 2017, 21:13:27 UTC
e453e32 Fix test flakiness for filtered tile-join, and some other warnings. 09 August 2017, 18:30:16 UTC
915b148 Forgot to check in this file 09 August 2017, 17:27:21 UTC
200f677 Fix layer list in tilestats when filtering and tile-joining. (The feature count when filtering will be the sum of features across tiles instead of filters from the original input, since the filter reader doesn't know what the original input feature set was.) 08 August 2017, 23:41:20 UTC
635429c Fix dangling pointer. Defer tilestats generation until tiling if filtering. 08 August 2017, 20:38:48 UTC
eebc8f7 Remember to close polygons before sending them to the prefilter 08 August 2017, 18:58:51 UTC
c79f19e Merge branch 'master' into plugins 08 August 2017, 18:08:10 UTC
e982b2f Merge pull request #436 from mapbox/tilestats Generate layer, feature, and attribute statistics as part of tileset metadata 27 July 2017, 21:11:42 UTC
8280c3f Bump version number 27 July 2017, 20:44:51 UTC
cc28bba Move the tilestats into the "json" row of the metadata 26 July 2017, 16:54:49 UTC
5a09fcc Some basic unit tests for string truncation 21 July 2017, 21:27:30 UTC
a373c25 Remove debugging code 21 July 2017, 20:17:21 UTC
9ec52f2 Merge branch 'master' into tilestats 21 July 2017, 20:08:33 UTC
7e6d10c In tilestats, truncate and merge layers and attributes with long names 21 July 2017, 19:56:30 UTC
62f135a Exclude long attribute values from tilestats output, as specified 21 July 2017, 19:28:14 UTC
00aed42 Add missing #include 21 July 2017, 06:10:45 UTC
518c8db Straighten out the extra tilestat attributes in some joined tilesets The problem was in the case where the CSV provided a new value for an attribute that replaced an existing value. Both the old and new value were being included in the tilestats instead of just the new. 21 July 2017, 00:39:41 UTC
54cbc57 Don't write to a directory that contains an existing tileset. The -f option will clear the directory now, as with mbtiles. 20 July 2017, 21:17:09 UTC
855e344 Don't keep tilestats for features that are filtered out in tile-join 19 July 2017, 23:53:53 UTC
97d0b2a Retain attributes in alphabetical order, for consistency 19 July 2017, 23:40:06 UTC
3cafef8 Factor out duplicated tilestats code 19 July 2017, 21:45:15 UTC
7b03e1e Include tilestats in the metadata table. (Not all tests are passing) 19 July 2017, 20:09:47 UTC
9078098 Only insert a new tilestats record if there isn't already one 19 July 2017, 00:28:30 UTC
b3078dd Also make tilestats in tile-join 18 July 2017, 23:53:06 UTC
81e3f09 Merge pull request #440 from mapbox/no-geoms Close mbtiles properly when exiting because there are no features 18 July 2017, 21:21:11 UTC
9304bc5 Generate the rest of the tilestats 18 July 2017, 21:20:33 UTC
ba82ef8 Complain if the output file or directory is specified more than once 18 July 2017, 21:11:48 UTC
3eb1237 Progress on generating tilestats as JSON 18 July 2017, 20:27:37 UTC
6ac9ca3 Bump version number 18 July 2017, 17:50:25 UTC
18f9a8d Close mbtiles properly when exiting because there are no features 18 July 2017, 16:54:59 UTC
71f5779 Derive tilejson attribute types from sample attribute values 18 July 2017, 00:31:46 UTC
77bf14b Track sample values for each attribute in each layer 17 July 2017, 20:28:46 UTC
b1771a3 Make layer attributes a map to sample values 17 July 2017, 18:58:37 UTC
7445feb Work in the direction of tracking representative attribute values 15 July 2017, 00:59:24 UTC
62ee539 Track how many features of each type are in each layer 15 July 2017, 00:23:41 UTC
65c095c Clean up #includes and add fields for counting attributes 14 July 2017, 23:56:23 UTC
6a505cd Add an example of a zoom level filter 08 July 2017, 00:41:06 UTC
24a1827 Merge pull request #433 from mapbox/getopt Add long options to tippecanoe-decode and tile-join. Add --quiet to to tile-join. 07 July 2017, 21:44:28 UTC
c164a3e Add long options to tippecanoe-decode and tile-join. Add --quiet to tile-join. 07 July 2017, 19:51:49 UTC
04d0cc6 Merge branch 'master' into plugins 07 July 2017, 05:28:35 UTC
412be8e Merge pull request #431 from mapbox/protozero-1.5.2 Upgrade protozero to version 1.5.2 30 June 2017, 22:37:35 UTC
3ba45c7 Upgrade protozero to version 1.5.2 30 June 2017, 18:20:26 UTC
bd845ac Merge pull request #429 from mapbox/bom2 Ignore UTF-8 byte order mark if present 29 June 2017, 22:25:31 UTC
dd0a135 Ignore UTF-8 byte order mark if present 29 June 2017, 21:42:42 UTC
240ccbd Merge pull request #426 from mapbox/extend-zooms Add an option to increase maxzoom if features are still being dropped 31 May 2017, 21:07:57 UTC
dba2495 Avoid potential infinite loop from choosing the same min density again 31 May 2017, 18:02:02 UTC
cf3a080 Add an option to increase maxzoom if features are still being dropped 31 May 2017, 17:47:34 UTC
b80a1d7 Merge pull request #425 from mapbox/better-maxzoom-guessing Better maxzoom guessing by considering resolution within features 31 May 2017, 00:22:40 UTC
c7d146e Don't do work for guessing maxzoom unless needed. Add a better test. 30 May 2017, 23:58:56 UTC
8776f17 Bump version number, give better warning message 30 May 2017, 23:02:08 UTC
977effc Merge pull request #424 from joykuotw/master Add tile-join directory support 30 May 2017, 22:43:56 UTC
ab8ecb7 Add missing #include 30 May 2017, 20:41:24 UTC
331707f Better maxzoom guessing by considering resolution within features 30 May 2017, 20:28:25 UTC
a5db055 Change fixed-size buffer to variable-length string 30 May 2017, 19:11:13 UTC
e8e949f Fix memory leak 30 May 2017, 17:40:22 UTC
52ceaad Add tile-join source to directories of tiles 30 May 2017, 13:53:55 UTC
ef8af63 Add tile-join options to no tile compression and output to directory 25 May 2017, 10:25:57 UTC
9c3fb0f Change the function name rawtiles to dirtiles 24 May 2017, 15:32:44 UTC
5db7b50 Merge pull request #421 from mapbox/long-attributes Fix crash with very long (>128K) attribute values 18 May 2017, 22:11:42 UTC
eb8ab1d Fix crash with very long (>128K) attribute values 18 May 2017, 21:48:18 UTC
d0980e2 Merge pull request #419 from Burke9077/master Add basic support for Docker 18 May 2017, 18:47:21 UTC
1bb3188 Added docker information to the README 18 May 2017, 13:48:37 UTC
4016876 Added dockerfile 17 May 2017, 21:02:26 UTC
b301512 Merge branch 'master' into plugins 13 May 2017, 00:20:30 UTC
27dadc8 Merge pull request #418 from mapbox/no-compression-test There should be a test for the no-compression mbtiles output format 13 May 2017, 00:09:41 UTC
2f7b5d8 There should be a test for the no-compression mbtiles output format 12 May 2017, 23:21:25 UTC
733092a Merge pull request #417 from mapbox/only-warn-once Only warn once about invalid polygon encoding in tippecanoe-decode 12 May 2017, 18:24:02 UTC
9632c14 Only warn once about invalid polygon encoding in tippecanoe-decode 12 May 2017, 18:15:27 UTC
7fe3de9 Merge pull request #416 from mapbox/tile-join-compression Tile-join had not been compressing its tiles. 11 May 2017, 19:51:14 UTC
fb6551c Calculate the tileset bounding box in tile-join from the tile boundaries 11 May 2017, 19:36:35 UTC
30d54ff Tile-join had not been compressing its tiles. 11 May 2017, 19:08:47 UTC
685e1a4 Merge pull request #412 from mapbox/polygon-closure Enforce polygon winding and closure rules in tippecanoe-decode 05 May 2017, 18:47:54 UTC
922bef7 Fix array bounds error found by -fsanitize=address 05 May 2017, 18:22:40 UTC
9eb3a7f Enforce polygon winding and closure rules in tippecanoe-decode 05 May 2017, 17:56:50 UTC
eab593f Merge pull request #411 from mapbox/tile-join-name Add tile-join options to set tileset name, description, attribution 04 May 2017, 22:27:40 UTC
f87a9d1 Add tile-join options to set tileset name, description, attribution 04 May 2017, 22:08:31 UTC
92deeb5 Merge pull request #410 from mapbox/tile-join-name Preserve the tileset names from the source mbtiles in tile-join 04 May 2017, 21:17:52 UTC
6ec4532 Preserve the tileset names from the source mbtiles in tile-join 04 May 2017, 20:31:30 UTC
24bde0b Fix formatting 04 May 2017, 17:39:48 UTC
263a1b9 Add sample filter to limit tiles to a bounding box 04 May 2017, 17:25:53 UTC
f9f57eb Merge branch 'master' into plugins 04 May 2017, 17:19:32 UTC
ad0eba7 Merge pull request #405 from mapbox/too-much-splitting Fix RFC 8142 support: Don't try to split *all* memory mapped files 01 May 2017, 22:40:04 UTC
acdb5b7 Fix RFC 8142 support: Don't try to split *all* memory mapped files 01 May 2017, 22:27:55 UTC
a023492 Merge branch 'master' into plugins 01 May 2017, 18:43:05 UTC
1669d96 Merge pull request #404 from mapbox/rfc8142 Support RFC 8142 GeoJSON text sequences 28 April 2017, 23:56:40 UTC
63e0c89 Support RFC 8142 GeoJSON text sequences 28 April 2017, 23:39:16 UTC
dc01d33 Merge pull request #402 from mapbox/gitignore Put everything normally generated during compilation in .gitignore 24 April 2017, 15:29:56 UTC
0ecc6fa Put everything normally generated during compilation in .gitignore 23 April 2017, 22:31:57 UTC
5a8bfa2 Merge branch 'master' into plugins 21 April 2017, 23:18:00 UTC
6173180 Merge pull request #401 from mapbox/usage Organize usage output the same way as in the README 21 April 2017, 21:49:26 UTC
569fd97 Also generate the string of option letters instead of writing it again 21 April 2017, 20:56:40 UTC
back to top