Commit Graph

680 Commits

Author SHA1 Message Date
Eric Fischer
e7f571c9c3 Even if the maxzoom is very high, don't use more bits of precision than exist 2016-02-03 16:52:23 -08:00
Eric Fischer
c1963dc645 Merge pull request #165 from mapbox/input-sequence
Preserve input sequence across multiple input files
2016-02-02 15:57:19 -08:00
Eric Fischer
b649e99b32 Preserve input sequence across multiple input files 2016-02-02 15:43:27 -08:00
Eric Fischer
49324a3dc6 Merge pull request #164 from mapbox/parallel-test
Spell out a fuzz test for the four input-reading code paths
2016-02-02 14:14:26 -08:00
Eric Fischer
59c5d51e25 Don't allow the initial coordinate pair to be out of bounds 2016-02-02 13:33:49 -08:00
Eric Fischer
54d9e20e30 Add the input-paths test to the standard test target 2016-02-02 12:23:30 -08:00
Eric Fischer
dfaba5a3e6 Spell out a fuzz test for the four input-reading code paths 2016-02-02 12:21:19 -08:00
Eric Fischer
f5ea5974ee Merge pull request #158 from mapbox/ignore-error
Add an option to ignore sqlite errors on existing mbtiles files
2016-02-01 11:00:36 -08:00
Eric Fischer
2015ba21bf Merge branch 'master' into ignore-error
Conflicts:
	mbtiles.c
2016-02-01 10:10:05 -08:00
Eric Fischer
f9a0a55578 Merge pull request #160 from mapbox/layer-name-message
Better message about layer name, and put it on stderr with the rest.
2016-01-29 11:09:20 -08:00
Eric Fischer
6ec211ea4c Better message about layer name, and put it on stderr with the rest. 2016-01-29 11:05:51 -08:00
Eric Fischer
29355c1afd Merge pull request #138 from mapbox/travis-improvements
Add code coverage
2016-01-29 10:40:36 -08:00
Eric Fischer
bbd233c0ec Merge branch 'master' into travis-improvements
Conflicts:
	.travis.yml
2016-01-29 10:30:19 -08:00
Eric Fischer
4aa0ddd54a Merge pull request #157 from mapbox/testing
Start adding tests for Tippecanoe
2016-01-28 17:07:25 -08:00
Eric Fischer
ec7d72925a Bump version number 2016-01-28 17:01:13 -08:00
Eric Fischer
886b2c3350 Temporarily remove flaky polygons from test 2016-01-28 16:52:46 -08:00
Eric Fischer
9f484e028d And a basic polygon test, with Natural Earth countries 2016-01-28 16:06:30 -08:00
Eric Fischer
2aa1510de8 Stabilize metadata field order, which seems to be causing test flakiness 2016-01-28 15:46:58 -08:00
Eric Fischer
e786379358 Fix warning and let the autoformatter do its thing 2016-01-28 15:35:22 -08:00
Eric Fischer
9de13d7ea9 Natural Earth place names for testing basic dot-dropping 2016-01-28 15:27:04 -08:00
Eric Fischer
bc14bcdde2 Test merging of multiple input layers 2016-01-28 15:04:57 -08:00
Eric Fischer
b17f8fc663 Stabilize map center and mbtiles filename to fix test flakiness 2016-01-28 14:38:10 -08:00
Eric Fischer
a84061cf87 Add an option to ignore sqlite errors on existing mbtiles files 2016-01-28 14:18:31 -08:00
Eric Fischer
7c021035a6 Include metadata in tippecanoe-decode. Allow multiple inputs for tests. 2016-01-28 14:06:51 -08:00
Eric Fischer
6d38eff2a2 Use Natural Earth state boundaries to test some flag combinations 2016-01-28 12:34:52 -08:00
Eric Fischer
2a94d8084d No need to have these parts of the test run in the same subshell 2016-01-28 10:59:32 -08:00
Eric Fischer
528bca6629 Use tests in Travis configuration 2016-01-28 10:54:51 -08:00
Eric Fischer
794048c049 Add a test 2016-01-28 10:52:43 -08:00
Eric Fischer
7835f52829 Merge pull request #156 from mapbox/arrayprop
Stringify feature properties that are arrays or hashes
2016-01-27 14:50:52 -08:00
Eric Fischer
0e59a4f774 Retain original form of numbers when stringifying 2016-01-27 14:41:06 -08:00
Eric Fischer
167beae307 Stringify feature properties that are arrays or hashes 2016-01-27 14:29:34 -08:00
Eric Fischer
baf576f257 Merge pull request #152 from mapbox/clip-buffer
Make clipping behavior with no buffer consistent with Mapnik
2016-01-20 14:57:38 -08:00
Eric Fischer
1602574647 Bump version number 2016-01-20 14:53:58 -08:00
Eric Fischer
7aa27b7f4c Make calculation of child tile overlap match clipping behavior.
Coordinates that are right on the tile boundary appear in both
adjacent tiles.

Make tippecanoe-decode also use exact edge coordinates instead of
half-pixel locations.
2016-01-20 13:58:17 -08:00
Eric Fischer
45043922e7 Merge pull request #150 from mapbox/stream-parallel
Chunked parallel reading of input streams
2016-01-12 14:29:39 -08:00
Eric Fischer
872df4bd9f Bump version number 2016-01-12 14:27:05 -08:00
Eric Fischer
83322d8e35 Guard against unlikely overflow 2016-01-12 14:16:17 -08:00
Eric Fischer
ecae14e2d4 Stabilize feature order between the different reading methods 2016-01-12 14:12:56 -08:00
Eric Fischer
ca97c5ec6d Update docs 2016-01-12 12:36:12 -08:00
Eric Fischer
e4afaa7a27 Renaming in the hope of clarity 2016-01-12 12:31:17 -08:00
Eric Fischer
0680236e46 Fix warning 2016-01-12 12:18:05 -08:00
Eric Fischer
9d6ece5bbc Buffered reading makes it faster than the single-threaded version 2016-01-12 11:47:46 -08:00
Eric Fischer
333956ce42 Fix crashes 2016-01-11 17:29:06 -08:00
Eric Fischer
2d16577945 Starts but crashes 2016-01-11 16:52:45 -08:00
Eric Fischer
132b7ecd12 Factor out parallel reading; start to set up semi-parallel reading 2016-01-11 16:06:55 -08:00
Eric Fischer
29db0e8988 Merge pull request #149 from mapbox/fix-progress
Progress indicator improvements
2016-01-11 13:27:36 -08:00
Eric Fischer
ffbddef756 Accurate feature count, more chatty base zoom determination, less chatty tiling 2016-01-11 13:11:21 -08:00
Eric Fischer
20bd661693 Merge pull request #148 from mapbox/option-check
Give an error if -p or -a is used with an undefined option letter
2016-01-11 12:25:30 -08:00
Eric Fischer
a597733a01 Fix the build 2016-01-11 11:00:23 -08:00
Eric Fischer
404bf69847 Give an error if -p or -a is used with an undefined option letter 2016-01-11 10:47:06 -08:00