Commit Graph

1626 Commits

Author SHA1 Message Date
95997b50c4 Add tippecanoe -v 2015-05-29 10:50:11 -04:00
67fe27f70a Add changelog with entry for 1.2.0 2015-05-29 10:44:39 -04:00
a4c79e1ec2 Merge pull request #41 from mapbox/minzoom-maxzoom
Add check that min is less than max. Fixes #40
2015-05-29 10:33:59 -04:00
ce6a1aac88 Only error if minzoom is truly greater, not just equal 2015-05-29 10:33:44 -04:00
a0693446d5 Add check that min is less than max. Fixes #40 2015-05-28 13:21:38 -04:00
38dc80ec68 Fix a place that wasn't checking for disk write errors 2015-05-20 18:04:34 -07:00
901f6a76b6 Keep the resolution constant as we drop features to make the tile fit 2015-05-20 15:15:45 -07:00
555ababd2e Add a flag to dynamically drop a fraction of features from large tiles 2015-05-20 14:57:00 -07:00
9e162e6f8f Merge pull request #35 from mapbox/dropline
Add a flag to let you drop lines at low zooms just like points
2015-04-28 16:50:46 -07:00
1381f0f276 Add a flag to let you drop lines at low zooms just like points 2015-04-21 08:19:51 -07:00
12fb2c969c Merge pull request #34 from mapbox/warn-no-features
Warn if no Features have been seen after 50 JSON hashes are closed.
2015-04-17 10:49:36 -07:00
167ec690a0 Warn if no Features have been seen after 50 JSON hashes are closed. 2015-04-17 10:48:03 -07:00
4f9edf7f29 Merge pull request #32 from mapbox/proto-doc
Add Linux package requirement to readme
2015-04-17 10:13:06 -07:00
fa9474ff74 Add Linux package requirement to readme 2015-04-17 10:12:11 -07:00
d64328ac35 Fix crash when encoding boolean properties. 2015-04-10 13:03:11 -07:00
ed2f968b4e Merge pull request #30 from mapbox/prevent
Add flags to disable simplification/coalescing/limits when unwanted
2015-04-10 12:00:26 -07:00
4041811372 Add flags to disable simplification/coalescing/limits when unwanted 2015-04-10 11:36:30 -07:00
85919de490 Merge pull request #29 from mapbox/multilayer
Add multilayer support
2015-04-10 11:03:36 -07:00
e66d976d55 Merge pull request #28 from mapbox/dot-size-doc
Dot size doc
2015-03-26 11:28:43 -07:00
1f8581c76c More doc text 2015-03-26 11:28:06 -07:00
0cd733eb77 Document how to choose high-zoom dot sizes 2015-03-26 11:25:56 -07:00
fd8de691eb Fix layer name crash when reading from the standard input 2015-03-25 14:07:34 -07:00
e95cc82678 Revise documentation for multiple layers 2015-03-25 14:00:27 -07:00
a076c5619d Merge remote-tracking branch 'origin/master' into multilayer 2015-03-25 13:54:29 -07:00
86925eea4c Write out geometries for all layers 2015-03-24 17:07:51 -07:00
73b63133e2 Multiple layers make it into JSON metadata now 2015-03-24 16:28:31 -07:00
2198bcc2a6 Handle multiple reading. Multiple writing still crashes. 2015-03-23 17:44:23 -07:00
f5135ebc63 Writing out the JSON metadata for multiple layers 2015-03-23 16:12:12 -07:00
eb24c6e21e Include the layer number in the serialized geometry 2015-03-23 15:37:49 -07:00
3d074653b5 Merge pull request #26 from mapbox/gammafix
Clean up the gamma semantics a little.
2015-03-23 14:47:17 -07:00
a880f44a91 Clean up the gamma semantics a little.
0 (default) means unchanged: maxzoom contains all the dots.

Positive number, even very small, means that it still checks
the gap size and thins out dots if they are close together.

Negative number means no gamma, and the old random instead of
uniform dropping at low zooms.
2015-03-23 14:44:21 -07:00
8002609f0c More scaffolding for multiple layers 2015-03-23 13:44:35 -07:00
d370b07231 Scaffolding for layers within per-tile processing 2015-03-23 11:36:35 -07:00
26bcdef06b Clarify that base and lowest zoom are the same as maxzoom and minzoom 2015-03-18 17:23:08 -07:00
4549d1e4f4 Merge pull request #22 from mapbox/uniform
Add a dot-density gamma feature to thin out especially dense clusters
2015-03-09 13:54:33 -07:00
f3e051a610 Clarify and correct gamma in README 2015-03-09 12:36:15 -07:00
b59a251924 Write metadata even when tiling fails so you can look at the partial map 2015-03-06 16:33:32 -08:00
f0a8e5b192 Progress indicator for reordering geometry 2015-03-06 15:32:52 -08:00
9343c5fcc1 Less wordy message about sorting 2015-03-06 14:35:39 -08:00
816ef2eca8 Flesh out README a little 2015-03-06 14:32:53 -08:00
41b28b2a1b Add dot gamma processing 2015-03-06 13:12:32 -08:00
558a7a412c Restore old code for uniform instead of random dot-dropping
From ffe4c95376
2015-03-06 10:56:02 -08:00
572df8ad39 Reorder the geometries by index 2015-03-05 16:18:01 -08:00
a8b2db8d5a Fix double-close of top level geometry file 2015-03-05 15:22:58 -08:00
97d65e6b7d Bring back the index: now just a file position and a point 2015-03-05 15:15:56 -08:00
b2eff13667 Impose a limit on the maximum number of features in a tile. v1.1.0 2014-12-19 14:33:39 -08:00
290e39f80c Improve function name 2014-12-19 11:56:40 -08:00
0b84f13159 Merge pull request #18 from mapbox/topdown
Work from the top down instead of from feature indices
2014-12-18 11:28:40 -08:00
5a2003cb2c Fix failure to release temporary memory 2014-12-17 17:41:57 -08:00
32010fc893 Oops. Do a lot less progress indicator I/O. 2014-12-17 17:08:04 -08:00