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
|
2015-11-11 17:05:41 -08:00 |
|
Eric Fischer
|
c854fd5481
|
Merge pull request #112 from mapbox/checkcpu
Check how many CPUs and filehandles there are instead of guessing
|
2015-11-11 16:16:27 -08:00 |
|
Eric Fischer
|
e1f4bdd36c
|
Check how many CPUs and filehandles there are instead of guessing
|
2015-11-11 16:10:39 -08:00 |
|
Eric Fischer
|
666a56d84a
|
Merge pull request #110 from mapbox/more-docs
Document and install tippecanoe-enumerate and tippecanoe-decode
|
2015-11-03 14:11:39 -08:00 |
|
Eric Fischer
|
539979811d
|
Spell out what tippecanoe-enumerate does
|
2015-11-03 14:10:02 -08:00 |
|
Eric Fischer
|
2e155b3bb4
|
Document and install tippecanoe-enumerate and tippecanoe-decode
|
2015-11-03 14:04:28 -08:00 |
|
Eric Fischer
|
71e00fc8fe
|
Calculate the min and max lat, lon, and zoom when merging tilesets
|
2015-11-02 14:34:01 -08:00 |
|
Eric Fischer
|
321c12da5e
|
Merge pull request #108 from mapbox/layer-name
Merge input files into one layer if a layer name is specified
|
2015-11-02 14:07:20 -08:00 |
|
Eric Fischer
|
7f24cd6767
|
Don't produce layers with no features. Say "layer" instead of "name" in decode.
|
2015-11-02 14:03:45 -08:00 |
|
Eric Fischer
|
84173e24a5
|
Produce JSON with proper nesting even if polygon rings go the wrong way
|
2015-11-02 13:52:52 -08:00 |
|
Eric Fischer
|
36f4f77640
|
Another polygon fix: if the outer ring was dropped, drop its inner rings too
|
2015-11-02 11:43:44 -08:00 |
|
Eric Fischer
|
4c4ba693b1
|
Remove debugging output accidentally left in
|
2015-11-02 10:46:13 -08:00 |
|
Eric Fischer
|
4df95df637
|
Fix tile-join crash when no CSV is specified. Accept multiple input files.
|
2015-10-30 17:59:15 -07:00 |
|
Eric Fischer
|
d13f60e9c4
|
Merge files into one layer if a name is specified with -l
|
2015-10-30 17:30:18 -07:00 |
|
Eric Fischer
|
0b6f6436a6
|
Factor out the JSON token reading loop
|
2015-10-30 15:53:31 -07:00 |
|
Eric Fischer
|
fd5ced6902
|
Pay attention to $PREFIX when installing the man page
|
2015-10-29 16:46:57 -07:00 |
|
Eric Fischer
|
9a09e92357
|
Update man page and put it in /usr/local
|
2015-10-29 11:30:12 -07:00 |
|
Eric Fischer
|
0ff0bf1ad9
|
Merge pull request #105 from mapbox/polygon-close
Use closepath for each polygon ring to match the vector tile spec
|
2015-10-28 14:38:32 -07:00 |
|
Eric Fischer
|
358e9cad5b
|
Use closepath for each polygon ring to match the vector tile spec
|
2015-10-28 14:34:57 -07:00 |
|
Eric Fischer
|
b07a40ed5a
|
Merge branch 'master' of https://github.com/mapbox/tippecanoe
|
2015-10-27 12:56:08 -07:00 |
|
Eric Fischer
|
c9d661597d
|
Add tile resolution change to CHANGELOG
|
2015-10-27 12:55:42 -07:00 |
|
Eric Fischer
|
8993f01db1
|
Merge pull request #104 from mapbox/always-4096
Use 4096-unit tiles as much as possible to keep GL happy
|
2015-10-27 12:23:12 -07:00 |
|
Eric Fischer
|
0058360cde
|
Use 4096-unit tiles as much as possible to keep GL happy
|
2015-10-27 12:22:18 -07:00 |
|
Eric Fischer
|
3fbd0d6546
|
Merge pull request #100 from mapbox/multithread
Multithreaded tile generation
|
2015-10-20 15:21:46 -07:00 |
|
Eric Fischer
|
e554a121fb
|
Fix formatting
|
2015-10-20 12:03:49 -07:00 |
|
Eric Fischer
|
eb5c78482a
|
Bump version number and add changelog details
|
2015-10-20 12:01:10 -07:00 |
|
Eric Fischer
|
a38668a6da
|
Add volatile declaration to shared global variables
|
2015-10-20 10:15:02 -07:00 |
|
Eric Fischer
|
e4e14b2078
|
Link with -lpthread
|
2015-10-19 15:43:06 -07:00 |
|
Eric Fischer
|
965176f254
|
Make the progress indicator more aware of progress in other threads
|
2015-10-19 14:19:32 -07:00 |
|
Eric Fischer
|
56910fd016
|
Restore the error message when a tile can't be made small enough
|
2015-10-19 13:39:44 -07:00 |
|
Eric Fischer
|
3bb87227ec
|
Locking for map center
|
2015-10-19 13:32:02 -07:00 |
|
Eric Fischer
|
ef5fdf4036
|
Locking around the file keys
|
2015-10-19 13:26:47 -07:00 |
|
Eric Fischer
|
3da692250d
|
Remove unused argument
|
2015-10-19 13:11:00 -07:00 |
|
Eric Fischer
|
5d014e040f
|
Actually create threads and hand the tiling tasks off to them
|
2015-10-19 12:32:40 -07:00 |
|
Eric Fischer
|
10bd608b9e
|
Merge branch 'master' into multithread
|
2015-10-19 11:58:01 -07:00 |
|
Eric Fischer
|
89e1640496
|
Add a decode option to translate the entire tileset into GeoJSON
|
2015-10-19 11:12:11 -07:00 |
|
Eric Fischer
|
3ad499fa44
|
Merge branch 'master' into multithread
Conflicts:
tile.cc
|
2015-10-19 10:31:13 -07:00 |
|
Eric Fischer
|
f64e2c94e2
|
Let Clipper clean up polygons again after scaling and simplification
|
2015-10-15 17:11:29 -07:00 |
|
Eric Fischer
|
6a1895547d
|
Reduce minimum polygon size for less blocky appearance
|
2015-10-14 15:51:11 -07:00 |
|
Eric Fischer
|
37ffacdeb9
|
Merge pull request #98 from mapbox/polygon-ring2
Clean up polygon encoding, and use Clipper for polygon clipping
|
2015-10-14 12:49:21 -07:00 |
|
Eric Fischer
|
592c47c549
|
Fix signedness warnings
|
2015-10-14 12:24:18 -07:00 |
|