sort by:
Revision Author Date Message Commit Date
cf27994 Don't simplify "unused" movetos from points. Don't write empty geometries. 11 December 2015, 20:34:55 UTC
25e261a Merge pull request #122 from mapbox/dateline2 More fixes for large polygons and clipping at the antimeridian 09 December 2015, 23:25:12 UTC
a6be746 Unrelated code formatting correction 09 December 2015, 23:24:07 UTC
f04c5e1 Avoid arithmetic overflow in area calculation 09 December 2015, 23:02:59 UTC
4bde17f Remove unnecessary coordinate offsetting. Negative coordinates are OK. 09 December 2015, 01:21:59 UTC
256139b Clipping is faster with only one duplicate/shifted geometry copy 09 December 2015, 00:57:04 UTC
dace304 Offset coordinates for Clipper to keep them positive. Limit very high or low latitudes and longitudes. 09 December 2015, 00:24:17 UTC
bbcf9e1 Merge pull request #120 from mapbox/dateline Handle features that cross the antimeridian 03 December 2015, 23:21:19 UTC
5506288 Bump version number 03 December 2015, 23:19:54 UTC
9faa625 Calculate bounding boxes better for features that cross the antimeridian 03 December 2015, 22:42:59 UTC
c832b34 Better handling of features that cross the antimeridian 03 December 2015, 21:12:34 UTC
5347152 Merge pull request #119 from wilsaj/make-install-dependencies include all CLI tools as dependencies for `make install` 30 November 2015, 19:19:59 UTC
7c693c8 include all CLI tools as dependencies for `make install` 30 November 2015, 19:10:19 UTC
024c685 Merge pull request #118 from mapbox/tile-join-multi Let tile-join combine non-conflicting tilesets together 24 November 2015, 21:40:12 UTC
368916b Bump version number 12 November 2015, 01:05:41 UTC
c854fd5 Merge pull request #112 from mapbox/checkcpu Check how many CPUs and filehandles there are instead of guessing 12 November 2015, 00:16:27 UTC
e1f4bdd Check how many CPUs and filehandles there are instead of guessing 12 November 2015, 00:10:39 UTC
666a56d Merge pull request #110 from mapbox/more-docs Document and install tippecanoe-enumerate and tippecanoe-decode 03 November 2015, 22:11:39 UTC
5399798 Spell out what tippecanoe-enumerate does 03 November 2015, 22:10:02 UTC
2e155b3 Document and install tippecanoe-enumerate and tippecanoe-decode 03 November 2015, 22:04:28 UTC
71e00fc Calculate the min and max lat, lon, and zoom when merging tilesets 02 November 2015, 22:34:01 UTC
321c12d Merge pull request #108 from mapbox/layer-name Merge input files into one layer if a layer name is specified 02 November 2015, 22:07:20 UTC
7f24cd6 Don't produce layers with no features. Say "layer" instead of "name" in decode. 02 November 2015, 22:03:45 UTC
84173e2 Produce JSON with proper nesting even if polygon rings go the wrong way 02 November 2015, 21:52:52 UTC
36f4f77 Another polygon fix: if the outer ring was dropped, drop its inner rings too 02 November 2015, 19:43:44 UTC
4c4ba69 Remove debugging output accidentally left in 02 November 2015, 18:46:13 UTC
4df95df Fix tile-join crash when no CSV is specified. Accept multiple input files. 31 October 2015, 00:59:15 UTC
d13f60e Merge files into one layer if a name is specified with -l 31 October 2015, 00:30:18 UTC
0b6f643 Factor out the JSON token reading loop 30 October 2015, 22:53:31 UTC
fd5ced6 Pay attention to $PREFIX when installing the man page 29 October 2015, 23:46:57 UTC
9a09e92 Update man page and put it in /usr/local 29 October 2015, 18:30:12 UTC
0ff0bf1 Merge pull request #105 from mapbox/polygon-close Use closepath for each polygon ring to match the vector tile spec 28 October 2015, 21:38:32 UTC
358e9ca Use closepath for each polygon ring to match the vector tile spec 28 October 2015, 21:34:57 UTC
b07a40e Merge branch 'master' of https://github.com/mapbox/tippecanoe 27 October 2015, 19:56:08 UTC
c9d6615 Add tile resolution change to CHANGELOG 27 October 2015, 19:55:42 UTC
8993f01 Merge pull request #104 from mapbox/always-4096 Use 4096-unit tiles as much as possible to keep GL happy 27 October 2015, 19:23:12 UTC
0058360 Use 4096-unit tiles as much as possible to keep GL happy 27 October 2015, 19:22:18 UTC
3fbd0d6 Merge pull request #100 from mapbox/multithread Multithreaded tile generation 20 October 2015, 22:21:46 UTC
e554a12 Fix formatting 20 October 2015, 19:03:49 UTC
eb5c784 Bump version number and add changelog details 20 October 2015, 19:01:10 UTC
a38668a Add volatile declaration to shared global variables 20 October 2015, 17:15:02 UTC
e4e14b2 Link with -lpthread 19 October 2015, 22:43:06 UTC
965176f Make the progress indicator more aware of progress in other threads 19 October 2015, 21:19:32 UTC
56910fd Restore the error message when a tile can't be made small enough 19 October 2015, 20:39:44 UTC
3bb8722 Locking for map center 19 October 2015, 20:32:02 UTC
ef5fdf4 Locking around the file keys 19 October 2015, 20:26:47 UTC
3da6922 Remove unused argument 19 October 2015, 20:11:00 UTC
5d014e0 Actually create threads and hand the tiling tasks off to them 19 October 2015, 19:32:40 UTC
10bd608 Merge branch 'master' into multithread 19 October 2015, 18:58:01 UTC
89e1640 Add a decode option to translate the entire tileset into GeoJSON 19 October 2015, 18:12:11 UTC
3ad499f Merge branch 'master' into multithread Conflicts: tile.cc 19 October 2015, 17:31:13 UTC
f64e2c9 Let Clipper clean up polygons again after scaling and simplification 16 October 2015, 00:11:29 UTC
6a18955 Reduce minimum polygon size for less blocky appearance 14 October 2015, 22:51:11 UTC
37ffacd Merge pull request #98 from mapbox/polygon-ring2 Clean up polygon encoding, and use Clipper for polygon clipping 14 October 2015, 19:49:21 UTC
592c47c Fix signedness warnings 14 October 2015, 19:24:18 UTC
2b25c2f Use Clipper for polygon clipping instead of my own implementation 14 October 2015, 00:25:01 UTC
77b451f Fix some rounding error just by staying in double precision 12 October 2015, 19:51:55 UTC
8c5681a Still not quite a round trip from GeoJSON to GeoJSON, but getting closer 09 October 2015, 23:45:34 UTC
0b47471 Most of the way to making decode output GeoJSON 09 October 2015, 19:41:28 UTC
329f041 Remove closepath expectation in polygon thinning 08 October 2015, 00:11:58 UTC
5dc9f50 Clean up polygon generation and clipping. Make sure winding order is correct. 07 October 2015, 23:52:52 UTC
7154c29 Merge pull request #96 from mapbox/featurezooms Support per-feature zoom level specification 07 October 2015, 21:00:53 UTC
a8e2b2d More formatting correction 07 October 2015, 20:59:06 UTC
9bd2f70 Fix formatting 07 October 2015, 20:57:41 UTC
6767aa7 Add documentation. Be lenient about zooms as numbers vs strings. 07 October 2015, 20:54:31 UTC
c048067 Add a tippecanoe-specific GeoJSON extension for feature minzoom and maxzoom. 06 October 2015, 23:51:23 UTC
c4f517f Merge pull request #94 from mapbox/bare-geometry Detect and parse bare GeoJSON geometries that aren't part of a Feature 06 October 2015, 17:59:55 UTC
3a94106 Don't write out tiles that have no features. 30 September 2015, 18:56:22 UTC
5ef4ea4 Detect and parse bare GeoJSON geometries that aren't part of a Feature 26 September 2015, 00:28:15 UTC
18647d1 Merge pull request #84 from mapbox/tile-join-docs Forgot to update manpage 17 September 2015, 19:55:27 UTC
1a87474 Forgot to update manpage 17 September 2015, 19:54:38 UTC
a70a873 Merge pull request #83 from mapbox/tile-join-docs Simplify tile-join example 17 September 2015, 19:52:37 UTC
68c8116 Simplify tile-join example 17 September 2015, 19:51:26 UTC
efe378a Merge pull request #82 from mapbox/tile-join-docs Document tile-join 17 September 2015, 19:18:01 UTC
684e995 Document tile-join 17 September 2015, 19:10:17 UTC
763bc36 Add const to fix the build 15 September 2015, 20:23:34 UTC
4dd28f7 Merge pull request #80 from mapbox/preserve-sequence Add a flag to preserve the original order of the features from the input 14 September 2015, 22:45:51 UTC
b5f374c Fix typo 14 September 2015, 22:43:16 UTC
5ab2673 Add a flag to preserve the original order of the features from the input 14 September 2015, 22:42:06 UTC
601c092 Merge branch 'master' into multithread Conflicts: tile.cc 14 September 2015, 17:52:58 UTC
93b2687 Merge pull request #79 from mapbox/rework-options Change some defaults that keep tripping people up: 27 August 2015, 23:10:20 UTC
541d351 Change some defaults that keep tripping people up: * Default detail with low -z is only 13, so it works with GL * No coalescing, line-reversing, or reordering by attributes except by request * Dropping lines like points moves from -d to -a 27 August 2015, 23:04:37 UTC
d9974d3 Merge pull request #78 from mapbox/geometrycollection Support GeometryCollection input 25 August 2015, 20:17:57 UTC
b3302c3 Add a flag to retain only the features that match the join CSV 24 August 2015, 21:12:46 UTC
a57b010 Add a feature to exclude a key from the joined tileset 22 August 2015, 00:32:44 UTC
2814f1c Check for tiles that are too large to upload. 21 August 2015, 21:37:55 UTC
f99d320 Fix indent style 21 August 2015, 21:27:41 UTC
ea6775f Merge pull request #77 from mapbox/tile-join Tool to join new CSV data to an existing tileset 21 August 2015, 21:12:34 UTC
88b9750 Fix a bunch of compiler warnings 21 August 2015, 17:33:57 UTC
529c9ae Join attributes from CSV into tiles 21 August 2015, 00:32:58 UTC
9a49534 Parse the CSV 20 August 2015, 23:45:45 UTC
514da46 Only allow one input .mbtiles because multiple really won't work 20 August 2015, 23:15:09 UTC
06ca525 Copy the bounding box, center, zoom range metadata over 20 August 2015, 23:12:34 UTC
f131987 Fix my pointer confusion around the global keys per layer 20 August 2015, 22:48:11 UTC
29fcbf2 Write each tile to the destination tileset 20 August 2015, 22:15:47 UTC
2e3f031 Write out the JSON part of the metadata 20 August 2015, 22:01:34 UTC
ed37868 Making the string pool in the destination tile 20 August 2015, 21:50:26 UTC
863c9a5 Retrieving keys and values 20 August 2015, 21:27:39 UTC
224321f Look up layers by name because the source mbtiles might be inconsistent 20 August 2015, 20:42:24 UTC
caafe2f Checkpoint in copying data from one tileset to another 20 August 2015, 20:02:34 UTC
back to top