Eric Fischer
|
d0db3323fb
|
Binary search to find gap that leaves the desired fraction of features
|
2016-11-02 14:25:04 -07:00 |
|
Eric Fischer
|
9fbc7b9a55
|
Add an ignored third coordinate to improve code coverage
|
2016-10-26 15:33:46 -07:00 |
|
Eric Fischer
|
565b5dc6b4
|
Add a test of discovering the minimum workable feature spacing
|
2016-10-25 16:39:41 -07:00 |
|
Eric Fischer
|
667e8f7a29
|
Use the same discovered gamma across all tiles of a zoom level
|
2016-10-25 14:13:55 -07:00 |
|
Eric Fischer
|
f32916c472
|
Tests of the three current strategies for reducing tile size
|
2016-10-24 15:33:14 -07:00 |
|
Eric Fischer
|
e1655941cc
|
Add a test where the base zoom is beyond the max zoom
|
2016-10-17 13:53:52 -07:00 |
|
Eric Fischer
|
82377944ee
|
Merge branch 'master' into consistent-dropping
|
2016-10-14 15:35:35 -07:00 |
|
Eric Fischer
|
2a856b49bd
|
Merge pull request #302 from mapbox/simplify-polygons-together
Find edges shared between polygons and simplify them individually
|
2016-10-14 15:34:25 -07:00 |
|
Eric Fischer
|
feb9b4481a
|
Stabilize edge list order by also comparing ring IDs
|
2016-10-14 12:27:24 -07:00 |
|
Eric Fischer
|
bbfc7c677e
|
There should be a test of tippecanoe-enumerate
|
2016-10-12 16:27:05 -07:00 |
|
Eric Fischer
|
2e9971c6d5
|
Remake test standards after inspection
|
2016-10-12 10:41:01 -07:00 |
|
Eric Fischer
|
896c9d8398
|
Rename option to --detect-shared-borders and add a test
|
2016-10-06 16:16:51 -07:00 |
|
Eric Fischer
|
32f32e45b6
|
Trim whitespace after commas in tile-join .csv input
|
2016-09-21 12:32:03 -07:00 |
|
Eric Fischer
|
4fb54eaeeb
|
A test of layer merging, tile merging, and extent scaling
|
2016-09-20 15:53:10 -07:00 |
|
Eric Fischer
|
437152e02b
|
Track the minzoom and maxzoom for each layer separately
|
2016-09-19 17:53:31 -07:00 |
|
Eric Fischer
|
4dd3411c64
|
Merge branch 'master' into named-layer
|
2016-08-30 15:33:51 -07:00 |
|
Eric Fischer
|
76739fd27b
|
Fix a typo so it actually works, and add a test and documentation
|
2016-08-30 15:32:09 -07:00 |
|
Eric Fischer
|
1f53491009
|
Tile by layer names instead of by layer numbers
|
2016-08-30 14:59:53 -07:00 |
|
Eric Fischer
|
7f49ce5caa
|
Merge per-thread layer names and file keys
|
2016-08-29 16:38:57 -07:00 |
|
Eric Fischer
|
0d1931319c
|
Use simpler calculation to intersect polygon edges with tile edges.
Add the polygon that produced a bad tile with the previous version
as a test.
|
2016-08-24 15:32:48 -07:00 |
|
Eric Fischer
|
c85303aada
|
Pass feature IDs through in tile-join
|
2016-08-16 13:21:15 -07:00 |
|
Eric Fischer
|
488dff0efb
|
Encode the "id" field of GeoJSON objects as vector tile feature ID
|
2016-07-15 15:00:56 -07:00 |
|
Eric Fischer
|
9908db5e56
|
Add an option to vary the level of line and polygon simplification
|
2016-07-12 16:51:56 -07:00 |
|
Eric Fischer
|
cb45f1c3bd
|
That's still not right. Don't generate a tile with no layers.
|
2016-07-12 15:56:57 -07:00 |
|
Eric Fischer
|
666729e344
|
Test that an empty feature is no longer generated (here in tile 11/328/791)
|
2016-07-12 15:52:02 -07:00 |
|
Eric Fischer
|
32fed3b78a
|
Add the CRS to the tippecanoe-decode output if nonstandard
|
2016-06-28 15:29:37 -07:00 |
|
Eric Fischer
|
5d06f01e28
|
Add the ability to tippecanoe-decode into EPSG:3857 instead of WGS84
|
2016-06-28 15:18:27 -07:00 |
|
Eric Fischer
|
f552e6951d
|
Missed one test
|
2016-06-16 13:00:55 -07:00 |
|
Eric Fischer
|
ae50abefc4
|
Add layer version and extent to tippecanoe-decode output and test standards
|
2016-06-16 12:50:08 -07:00 |
|
Eric Fischer
|
8cae9971e8
|
Forgot to fix this test output
|
2016-06-10 15:59:37 -07:00 |
|
Eric Fischer
|
3d023f34d3
|
Fix a tile-join bug that would retain fields that were supposed to be excluded
|
2016-06-10 15:53:59 -07:00 |
|
Eric Fischer
|
2578781a37
|
Forgot to check in the input file for the test
|
2016-06-01 16:08:51 -07:00 |
|
Eric Fischer
|
af412e2038
|
Add minimal support for alternate input projections
|
2016-06-01 15:49:41 -07:00 |
|
Eric Fischer
|
9d0a41521f
|
Forgot to add the test
|
2016-05-27 16:33:56 -07:00 |
|
Eric Fischer
|
167f3c59ef
|
Missed updating this test output
|
2016-05-10 16:39:54 -07:00 |
|
Eric Fischer
|
24327e195f
|
Fix area calculation for polygon rings in tippecanoe-decode
|
2016-05-10 12:13:03 -07:00 |
|
Eric Fischer
|
4f01b13fe1
|
Let zoom level 0 have just as much extent and buffer as any other zoom
|
2016-05-09 16:01:10 -07:00 |
|
Eric Fischer
|
5cc6d97d9f
|
Don't let polygons with nonzero area disappear during cleaning
If they collapse, turn them into placeholder squares with the
appropriate area so that there aren't visible coverage gaps.
|
2016-05-05 13:42:32 -07:00 |
|
Eric Fischer
|
9fcd079084
|
Add a test from the tile-join example
|
2016-05-03 11:30:53 -07:00 |
|
Eric Fischer
|
d4504da2f5
|
Rationalize the highest allowed maxzoom in terms of detail
|
2016-04-27 11:46:24 -07:00 |
|
Eric Fischer
|
a9a14b33e0
|
Merge remote-tracking branch 'origin/master' into earcut-polygon
|
2016-04-26 13:48:03 -07:00 |
|
Eric Fischer
|
8c82ee4c5f
|
Merge branch 'master' into earcut-polygon
Conflicts:
tile.cc
|
2016-04-26 12:09:56 -07:00 |
|
Eric Fischer
|
52f2804122
|
Make lexical feature ordering work again, and add a test for it
|
2016-04-25 16:47:30 -07:00 |
|
Eric Fischer
|
ea638914ce
|
Add an option not to clip features and to include each exactly once per zoom
|
2016-04-20 15:06:43 -07:00 |
|
Eric Fischer
|
41099ed731
|
Don't add extra points at tile boundaries if not clipping
The extra points kept the features from being exactly the same
in each tile.
|
2016-04-19 16:13:02 -07:00 |
|
Eric Fischer
|
24f401da52
|
Add an option not to clip features if they appear in the tile at all
|
2016-04-19 15:32:58 -07:00 |
|
Eric Fischer
|
45cddc57bb
|
Simplify coordinates to avoid cross-platform rounding errors
|
2016-04-18 16:10:08 -07:00 |
|
Eric Fischer
|
86b8567201
|
Clean up polygon geometry again after coalescing
|
2016-04-18 15:53:04 -07:00 |
|
Eric Fischer
|
04c56320d2
|
Merge branch 'master' into earcut-polygon
Conflicts:
geometry.cc
|
2016-04-14 16:21:56 -07:00 |
|
Eric Fischer
|
fbcb00fee9
|
Add an option to set the tileset's attribution
|
2016-04-13 12:49:41 -07:00 |
|