Commit Graph

752 Commits

Author SHA1 Message Date
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
Eric Fischer
502d269143 Merge pull request #145 from mapbox/fix-layer-merge
Fix the layer number for layers being merged together
2016-01-08 13:28:31 -08:00
Eric Fischer
43c9bb705d Fix the layer number for layers being merged together 2016-01-08 13:26:56 -08:00
Eric Fischer
581728f157 Merge pull request #143 from mapbox/limit-simplify
Add an option to do line simplification only at zooms below maxzoom
2016-01-08 11:55:23 -08:00
Eric Fischer
b05478787b Bump version number 2016-01-08 11:54:14 -08:00
Eric Fischer
93d0767829 Add an option to do line simplification only at zooms below maxzoom 2016-01-08 11:31:10 -08:00
Eric Fischer
5e02bdd90a Merge pull request #142 from mapbox/consistent-clip
Simplify lines consistently on opposite sides of tile boundaries
2016-01-07 11:51:58 -08:00
Eric Fischer
1f8b6faec8 Simplify lines consistently on opposite sides of tile boundaries 2016-01-07 11:35:11 -08:00
Eric Fischer
e1e028b865 Merge pull request #141 from mapbox/multithread-low-zooms
Multithread line simplification and polygon cleaning at low zooms
2016-01-06 14:41:00 -08:00
Eric Fischer
22293ca6e8 Bump version number 2016-01-06 13:29:59 -08:00
Eric Fischer
c8573634e1 Track how many threads are active to calculate how many sub-threads to use 2016-01-05 13:56:36 -08:00
Eric Fischer
977533e449 Use multiple threads within a single tile for geometric simplification 2016-01-05 12:29:40 -08:00
Eric Fischer
f43d18eb73 Bring back the old simple polygon clipping algorithm 2016-01-04 17:31:33 -08:00
Eric Fischer
32111af79d Merge pull request #136 from mapbox/multithread-input2
Multithreaded input
2016-01-04 17:29:25 -08:00
Eric Fischer
1d77261509 Bump version number 2016-01-04 17:20:38 -08:00
Eric Fischer
2b378ceb9f Use multiple threads to sort the features 2016-01-04 14:45:34 -08:00
Dane Springmeyer
88d02915d7 remove vector_tile.pb.o 2015-12-22 17:23:56 -08:00
Dane Springmeyer
2460b5712f add coverage badge and a few excludes 2015-12-22 17:20:59 -08:00
Dane Springmeyer
71463c1325 avoid travis overwriting CC 2015-12-22 17:16:55 -08:00
Dane Springmeyer
ee43ab5fc8 fix syntax error 2015-12-22 17:12:58 -08:00
Dane Springmeyer
1f971bdfbd travis: run coverage first, build in debug 2015-12-22 17:08:41 -08:00
Dane Springmeyer
893604ca94 fix hardcoded cc 2015-12-22 17:07:59 -08:00
Eric Fischer
b39a1714c0 Merge remote-tracking branch 'origin/master' into multithread-input2 2015-12-22 17:04:32 -08:00
Dane Springmeyer
28b83cbe47 ensure we use upgraded gcc as well as g++ 2015-12-22 17:02:49 -08:00
Eric Fischer
228a4d6bb9 Make the geometric origin a per-reader property for thread safety 2015-12-22 16:58:27 -08:00
Dane Springmeyer
01caa22bfc enable coverage 2015-12-22 16:55:21 -08:00
Dane Springmeyer
2e22034a77 Merge branch 'master' of github.com:mapbox/tippecanoe into travis-improvements 2015-12-22 16:33:30 -08:00
Dane Springmeyer
76cf1f8951 Merge pull request #135 from mapbox/build-inherit
Inherit CXX,CC,CFLAGS,CXXFLAGS,LDFLAGS from env
2015-12-22 16:33:22 -08:00
Dane Springmeyer
f1ce176e75 also build on OS X 2015-12-22 16:30:28 -08:00