544 Commits

Author SHA1 Message Date
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
Dane Springmeyer
28b83cbe47 ensure we use upgraded gcc as well as g++ 2015-12-22 17:02:49 -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
Dane Springmeyer
8e3f8b8dc3 inherit CXX,CC,CFLAGS,CXXFLAGS,LDFLAGS from env 2015-12-22 16:26:24 -08:00
Eric Fischer
f290794f22 Bump version number 1.5.1 2015-12-22 10:40:13 -08:00
Eric Fischer
a9ad1d99df Merge pull request #134 from mapbox/fixshards
Round the number of threads to use down to a power of 2
2015-12-22 10:35:22 -08:00
Eric Fischer
edd325e338 Round the number of threads to use down to a power of 2
Since other calculations depend on this being true
2015-12-22 10:33:08 -08:00
Dane Springmeyer
fee18cc31e Add errno.h - refs #131 2015-12-20 15:13:33 -08:00
Dane Springmeyer
ee35b9f7c9 fix matrix 2015-12-20 15:11:15 -08:00
Dane Springmeyer
255960b48d Add travis 2015-12-20 15:09:35 -08:00
Eric Fischer
08a6607b0b Merge pull request #127 from mapbox/maxzoom
Separate the concept of basezoom for dot-dropping from maxzoom for tiling
1.5.0
2015-12-18 11:29:00 -08:00
Eric Fischer
fd682b66a8 Mention base zoom and drop rate calculation in changelog 2015-12-18 11:28:00 -08:00
Eric Fischer
4fe1a950f5 Calculate effective basezoom and droprate, taking gamma into account 2015-12-17 17:16:04 -08:00
Eric Fischer
acd4444439 Allow specifying a marker width for automatic basezoom guessing 2015-12-17 12:33:52 -08:00
Eric Fischer
f9d1e87360 Heuristics for basezoom and droprate if no tiles are naturally small enough 2015-12-16 16:18:16 -08:00
Eric Fischer
38fe00c7ab Replicate the dot-gamma logic in the base/rate guessing code 2015-12-16 13:09:31 -08:00
Eric Fischer
b7a411769a Don't allow <0 gamma (randomized) if basezoom or droprate not known 2015-12-16 12:33:07 -08:00
Eric Fischer
6681817243 Add an option to guess the drop rate 2015-12-16 12:13:24 -08:00
Eric Fischer
eb906dfc72 Write spaces over the reading progress message at the end 2015-12-15 16:21:07 -08:00
Eric Fischer
966bee8919 Fix bounding box calculation 2015-12-15 15:55:54 -08:00
Eric Fischer
7f8eb4de83 Add an option to guess an appropriately dense base zoom level 2015-12-15 15:52:08 -08:00
Eric Fischer
8e2c20265f Try to clarify documentation 2015-12-15 12:22:19 -08:00
Eric Fischer
fee8b33bc8 Fix a place where it was still passing around maxzoom as basezoom 2015-12-15 12:08:07 -08:00
Eric Fischer
76de0c82d2 Further cleanup of minzoom- and maxzoom-related variable names 2015-12-15 12:00:05 -08:00
Eric Fischer
7372a2c4bc Add basezoom parameter for dot-dropping, independent of maxzoom 2015-12-15 11:56:49 -08:00
Eric Fischer
3b8a5d42dd Merge pull request #125 from mapbox/integers
Encode numeric attributes as integers instead of floating point if possible
1.4.3
2015-12-14 16:17:21 -08:00
Eric Fischer
9391c82216 Print floating point attributes as integers if they are exact integers 2015-12-14 16:10:34 -08:00
Eric Fischer
a60a9238e5 Use integers instead of floating point for numeric attributes if possible 2015-12-14 15:45:57 -08:00
Eric Fischer
9de2ddd23c Merge pull request #124 from mapbox/pointclip
Don't simplify "unused" movetos from points. Don't write empty geometries.
1.4.2
2015-12-11 12:39:33 -08:00
Eric Fischer
cf279940da Don't simplify "unused" movetos from points. Don't write empty geometries. 2015-12-11 12:34:55 -08:00
Eric Fischer
25e261aa35 Merge pull request #122 from mapbox/dateline2
More fixes for large polygons and clipping at the antimeridian
2015-12-09 15:25:12 -08:00
Eric Fischer
a6be746163 Unrelated code formatting correction 2015-12-09 15:24:07 -08:00
Eric Fischer
f04c5e153a Avoid arithmetic overflow in area calculation 2015-12-09 15:02:59 -08:00
Eric Fischer
4bde17f8ff Remove unnecessary coordinate offsetting. Negative coordinates are OK. 2015-12-08 17:21:59 -08:00
Eric Fischer
256139b385 Clipping is faster with only one duplicate/shifted geometry copy 2015-12-08 16:57:04 -08:00
Eric Fischer
dace304182 Offset coordinates for Clipper to keep them positive.
Limit very high or low latitudes and longitudes.
2015-12-08 16:24:17 -08:00
Eric Fischer
bbcf9e1b3c Merge pull request #120 from mapbox/dateline
Handle features that cross the antimeridian
2015-12-03 15:21:19 -08:00
Eric Fischer
5506288273 Bump version number 2015-12-03 15:19:54 -08:00
Eric Fischer
9faa625e75 Calculate bounding boxes better for features that cross the antimeridian 2015-12-03 14:42:59 -08:00
Eric Fischer
c832b34160 Better handling of features that cross the antimeridian 2015-12-03 13:12:34 -08:00
Eric Fischer
53471521f3 Merge pull request #119 from wilsaj/make-install-dependencies
include all CLI tools as dependencies for `make install`
2015-11-30 11:19:59 -08:00
wilsaj
7c693c8cda include all CLI tools as dependencies for make install 2015-11-30 13:10:19 -06:00
Eric Fischer
024c685759 Merge pull request #118 from mapbox/tile-join-multi
Let tile-join combine non-conflicting tilesets together
2015-11-24 13:40:12 -08:00
Eric Fischer
368916b7a1 Bump version number v1.4.0 2015-11-11 17:05:41 -08:00