swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63

sort by:
Revision Author Date Message Commit Date
08a6607 Merge pull request #127 from mapbox/maxzoom Separate the concept of basezoom for dot-dropping from maxzoom for tiling 18 December 2015, 19:29:00 UTC
fd682b6 Mention base zoom and drop rate calculation in changelog 18 December 2015, 19:28:00 UTC
4fe1a95 Calculate effective basezoom and droprate, taking gamma into account 18 December 2015, 01:16:04 UTC
acd4444 Allow specifying a marker width for automatic basezoom guessing 17 December 2015, 20:33:52 UTC
f9d1e87 Heuristics for basezoom and droprate if no tiles are naturally small enough 17 December 2015, 00:18:16 UTC
38fe00c Replicate the dot-gamma logic in the base/rate guessing code 16 December 2015, 21:09:31 UTC
b7a4117 Don't allow <0 gamma (randomized) if basezoom or droprate not known 16 December 2015, 20:33:07 UTC
6681817 Add an option to guess the drop rate 16 December 2015, 20:13:24 UTC
eb906df Write spaces over the reading progress message at the end 16 December 2015, 00:21:07 UTC
966bee8 Fix bounding box calculation 15 December 2015, 23:55:54 UTC
7f8eb4d Add an option to guess an appropriately dense base zoom level 15 December 2015, 23:52:08 UTC
8e2c202 Try to clarify documentation 15 December 2015, 20:22:19 UTC
fee8b33 Fix a place where it was still passing around maxzoom as basezoom 15 December 2015, 20:08:07 UTC
76de0c8 Further cleanup of minzoom- and maxzoom-related variable names 15 December 2015, 20:00:05 UTC
7372a2c Add basezoom parameter for dot-dropping, independent of maxzoom 15 December 2015, 19:56:49 UTC
3b8a5d4 Merge pull request #125 from mapbox/integers Encode numeric attributes as integers instead of floating point if possible 15 December 2015, 00:17:21 UTC
9391c82 Print floating point attributes as integers if they are exact integers 15 December 2015, 00:10:34 UTC
a60a923 Use integers instead of floating point for numeric attributes if possible 14 December 2015, 23:45:57 UTC
9de2ddd Merge pull request #124 from mapbox/pointclip Don't simplify "unused" movetos from points. Don't write empty geometries. 11 December 2015, 20:39:33 UTC
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
back to top