Eric Fischer
|
12be3e5a32
|
This one really is an int upstream
|
2016-03-25 13:21:32 -07:00 |
|
Eric Fischer
|
52dbed8132
|
Fix a few warnings about globals
|
2016-03-25 13:03:57 -07:00 |
|
Eric Fischer
|
c2231318bd
|
Many places where I used unsigned array indices but meant size_t
|
2016-03-25 12:20:32 -07:00 |
|
Eric Fischer
|
eee596d5f5
|
Check return values from memory allocation
|
2016-03-25 11:57:33 -07:00 |
|
Eric Fischer
|
bc5a7b251f
|
Check return values after allocating memory
|
2016-03-25 11:20:56 -07:00 |
|
Eric Fischer
|
91ffb084a7
|
Install libc++-dev in another attempt to fix the build
|
2016-03-24 17:26:29 -07:00 |
|
Eric Fischer
|
052c0a55df
|
Try forcing libc++ on Linux to fix the build
|
2016-03-24 17:17:11 -07:00 |
|
Eric Fischer
|
76ab63c1d0
|
Another attempt at fixing Travis on Linux
|
2016-03-24 15:31:44 -07:00 |
|
Eric Fischer
|
a03b461aa5
|
Try to fix Travis on Linux
|
2016-03-24 15:18:51 -07:00 |
|
Eric Fischer
|
64c98b38b4
|
Add Clipper header dependency
|
2016-03-24 14:39:38 -07:00 |
|
Eric Fischer
|
05ff656aba
|
Upgrade to Clipper 9dfe779ed7a
|
2016-03-24 14:36:36 -07:00 |
|
Eric Fischer
|
f37eccafe6
|
Merge branch 'master' into earcut-polygon
|
2016-03-24 14:32:49 -07:00 |
|
Eric Fischer
|
d4776c8bfb
|
Warn when splitting up a 700-sided polygon for the first time
|
2016-03-23 17:35:19 -07:00 |
|
Eric Fischer
|
705a58d255
|
Reverse polygon rings if they come out of Clipper with the wrong polarity
|
2016-03-23 17:10:10 -07:00 |
|
Eric Fischer
|
54c7cfff4c
|
Upgrade to Clipper 296c37e3206bfa
|
2016-03-23 16:46:55 -07:00 |
|
Eric Fischer
|
eebba7b75b
|
Merge pull request #189 from mapbox/decode-pbf
Add the ability to tippecanoe-decode a standalone .pbf tile
|
2016-03-22 17:35:42 -07:00 |
|
Eric Fischer
|
962f82d44e
|
Add a test for decoding standalone PBFs
|
2016-03-22 17:12:09 -07:00 |
|
Eric Fischer
|
d960963623
|
Add the ability to tippecanoe-decode a standalone .pbf tile
|
2016-03-22 16:51:29 -07:00 |
|
Eric Fischer
|
4fc6ca3c3b
|
Keep from getting stuck in an infinite loop
|
2016-03-21 17:23:34 -07:00 |
|
Eric Fischer
|
a989611515
|
Upgrade to Clipper 3eb6a85910aff
|
2016-03-21 16:13:47 -07:00 |
|
Eric Fischer
|
707036fe79
|
Upgrade Clipper to 07b828b1 to fix self-intersecting polygons
|
2016-03-18 16:35:29 -07:00 |
|
Eric Fischer
|
7140a3dd91
|
Merge pull request #186 from mapbox/resolution-doc
Clarify maximum resolution in README and warning
1.9.3
|
2016-03-17 11:54:24 -07:00 |
|
Eric Fischer
|
16ca5cfeec
|
Clarify maximum resolution in README and warning
|
2016-03-17 11:23:54 -07:00 |
|
Eric Fischer
|
c66fd315e1
|
Merge pull request #185 from mapbox/line-polygons
Silently drop zero-area polygons instead of showing Clipper errors
|
2016-03-10 17:31:47 -08:00 |
|
Eric Fischer
|
7896c3c2c9
|
Don't get stuck in a loop if subdividing a complex polygon fails
|
2016-03-10 17:07:22 -08:00 |
|
Eric Fischer
|
7eccc7a758
|
Silently drop zero-area polygons instead of showing Clipper errors
|
2016-03-10 16:03:02 -08:00 |
|
Eric Fischer
|
652abc9a62
|
Put all the apt-get instructions on one line
|
2016-03-10 12:15:49 -08:00 |
|
Eric Fischer
|
c387af48cc
|
Merge pull request #182 from mapbox/thrashing
Reorder geometry as part of index merging, to reduce thrashing in low memory
|
2016-03-08 13:41:47 -08:00 |
|
Eric Fischer
|
cf5082122a
|
Close original geometry temp files as soon as they are no longer needed
|
2016-03-07 16:45:35 -08:00 |
|
Eric Fischer
|
bf585a5849
|
Add newline to clean up progress messages
|
2016-03-07 16:38:21 -08:00 |
|
Eric Fischer
|
11e737ff29
|
Reorder geometry as part of the merge
|
2016-03-07 16:34:12 -08:00 |
|
Eric Fischer
|
310887e019
|
Fix duplicated variable name
|
2016-03-07 13:40:32 -08:00 |
|
Eric Fischer
|
81d2a8bfed
|
Encourage -B, not -z, to set the base zoom level
|
2016-03-07 13:21:53 -08:00 |
|
Eric Fischer
|
b7f3fcfc7f
|
Merge pull request #180 from mapbox/coverage
Add a gamma-reduction test and base zoom/drop rate guessing tests
|
2016-03-03 17:34:56 -08:00 |
|
Eric Fischer
|
f17cec5c44
|
Factor out gap logic instead of duplicating it
|
2016-03-03 17:03:47 -08:00 |
|
Eric Fischer
|
d38b5a999e
|
Make base zoom and drop rate guessing more testable, and test them
|
2016-03-03 17:03:03 -08:00 |
|
Eric Fischer
|
e4ab47b3d6
|
Add a gamma-reduction test
|
2016-03-03 15:44:07 -08:00 |
|
Eric Fischer
|
b3aa32b9a3
|
Merge pull request #179 from mapbox/coverage
More tests for higher code coverage
|
2016-03-02 17:25:54 -08:00 |
|
Eric Fischer
|
c9fdd62c91
|
Try to add zoom skipping to code coverage
|
2016-03-02 16:37:55 -08:00 |
|
Eric Fischer
|
739f2dbc75
|
Test stability of feature ordering
|
2016-03-02 16:19:38 -08:00 |
|
Eric Fischer
|
fb9525cf4f
|
Add a MultiPoint test
|
2016-03-02 15:23:22 -08:00 |
|
Eric Fischer
|
ae827af8dc
|
Try to avoid another cross-platform rounding error
|
2016-03-02 15:19:16 -08:00 |
|
Eric Fischer
|
7e5db337c6
|
Test bare geometry and GeometryCollection
|
2016-03-02 15:06:27 -08:00 |
|
Eric Fischer
|
a847db8c5f
|
Remove dead code
|
2016-03-02 14:58:07 -08:00 |
|
Eric Fischer
|
0fcd2d9a79
|
Test for crossing the date line, property encodings, zoom level filters
|
2016-03-02 14:57:03 -08:00 |
|
Eric Fischer
|
3c85d3243a
|
Merge pull request #176 from mapbox/decode-limit
Increase maximum tile size for decoding
1.9.2
|
2016-02-19 16:56:44 -08:00 |
|
Eric Fischer
|
1549328e4e
|
Bump version number
|
2016-02-19 16:50:40 -08:00 |
|
Eric Fischer
|
b87d3de5d1
|
Increase maximum tile size for decoding
|
2016-02-19 16:33:48 -08:00 |
|
Eric Fischer
|
7dec577eb2
|
Merge pull request #173 from mapbox/clipper-upgrade
Incorporate Mapnik's Clipper upgrades for consistent results between Mac and Linux
|
2016-02-17 13:43:09 -08:00 |
|
Eric Fischer
|
ce0ac700d7
|
Bump version number
|
2016-02-17 13:30:53 -08:00 |
|