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
|
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.
|
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
|
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 |
|