Eric Fischer
|
9161b74d99
|
Don't try to revive a placeholder for a degenerate polygon with negative area
|
2016-08-24 12:34:28 -07:00 |
|
Eric Fischer
|
85fd49f28c
|
Merge pull request #284 from mapbox/join-id
Pass feature IDs through in tile-join
|
2016-08-16 17:07:14 -07:00 |
|
Eric Fischer
|
c85303aada
|
Pass feature IDs through in tile-join
|
2016-08-16 13:21:15 -07:00 |
|
Eric Fischer
|
938e6a9eea
|
Merge pull request #280 from mapbox/fragment-geometry
Move polygon winding fixup out of tiling and into parsing
|
2016-08-15 14:04:06 -07:00 |
|
Eric Fischer
|
b2aa6de898
|
Provide some JSON context when reporting parsing errors
|
2016-08-15 13:11:35 -07:00 |
|
Eric Fischer
|
be6e3c88d4
|
Merge pull request #281 from mapbox/dataset
Don't say "dataset"
|
2016-08-10 14:17:36 -07:00 |
|
Eric Fischer
|
9ef9954d20
|
Don't say "dataset"
|
2016-08-10 12:08:15 -07:00 |
|
Eric Fischer
|
475ce9dd23
|
Fix g++ compiler warnings
|
2016-08-08 17:14:48 -07:00 |
|
Eric Fischer
|
8b339abd40
|
Use the same serialization in both places, and add sanity checks
|
2016-08-08 17:08:36 -07:00 |
|
Eric Fischer
|
bf571571a9
|
Factor out (initial) feature serialization
|
2016-08-08 15:36:49 -07:00 |
|
Eric Fischer
|
6de7920c9e
|
Separate data gathering from serialization a little better
|
2016-08-02 14:53:30 -07:00 |
|
Eric Fischer
|
84370c59b8
|
Get rid of some more explicit memory management
|
2016-08-02 14:07:56 -07:00 |
|
Eric Fischer
|
67272bfe4a
|
Move polygon winding fixup out of tiling and into parsing
|
2016-08-01 17:35:37 -07:00 |
|
Eric Fischer
|
6d6c1abc64
|
Parse GeoJSON geometry into memory instead of straight to a file
|
2016-08-01 14:29:30 -07:00 |
|
Eric Fischer
|
6f58d31bc8
|
Merge pull request #279 from mapbox/fix-preserve
Fix the spelling of the --preserve-input-order option
|
2016-08-01 11:04:08 -07:00 |
|
Eric Fischer
|
e760521382
|
Fix the spelling of the --preserve-input-order option
|
2016-08-01 11:03:35 -07:00 |
|
Eric Fischer
|
1b1b745419
|
Merge pull request #276 from mapbox/feature-id
Fix wrongly-nested parentheses
|
2016-07-15 15:40:46 -07:00 |
|
Eric Fischer
|
10b9af81d3
|
Fix wrongly-nested parentheses
|
2016-07-15 15:32:37 -07:00 |
|
Eric Fischer
|
7c664dad09
|
Merge pull request #275 from mapbox/feature-id
Encode the "id" field of GeoJSON objects as vector tile feature ID
|
2016-07-15 15:25:42 -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
|
2bc1b9bd91
|
Support feature IDs for decoding
|
2016-07-15 13:58:15 -07:00 |
|
Eric Fischer
|
a1f8564631
|
Merge pull request #273 from mapbox/empty-parallel
Fix error checking when reading empty files with parallel input
|
2016-07-13 16:00:45 -07:00 |
|
Eric Fischer
|
f9609302a9
|
Bump version number
|
2016-07-13 13:50:45 -07:00 |
|
Eric Fischer
|
92e323435e
|
Fix error checking when reading empty files with parallel input
|
2016-07-13 13:00:38 -07:00 |
|
Eric Fischer
|
26e21b0bee
|
Merge pull request #271 from mapbox/empty-features
Test that an empty feature is no longer generated (here in tile 11/328/791)
|
2016-07-12 17:48:43 -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
|
09ab013461
|
Merge pull request #270 from mapbox/empty-features
Be even more careful not to produce features with empty geometry
|
2016-07-11 20:46:24 -07:00 |
|
Eric Fischer
|
d127c43566
|
Be even more careful not to produce features with empty geometry
|
2016-07-11 17:45:12 -07:00 |
|
Eric Fischer
|
85b27d3a49
|
Merge pull request #269 from mapbox/fix-progress
Fix double-counted progress in the progress indicator
|
2016-07-08 16:13:19 -07:00 |
|
Eric Fischer
|
40f2f61d98
|
Fix double-counted progress in the progress indicator
|
2016-07-08 15:49:59 -07:00 |
|
Eric Fischer
|
6bc9c5c18a
|
Merge pull request #265 from mapbox/decode-projection
Add the ability to tippecanoe-decode into EPSG:3857 instead of WGS84
|
2016-06-28 16:32:10 -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
|
e48e2152cc
|
Merge pull request #263 from andrewharvey/master
add new line to end of Usage information
|
2016-06-20 10:00:15 -07:00 |
|
Andrew Harvey
|
e31908bfb4
|
add new line to end of Usage information
|
2016-06-20 16:52:12 +10:00 |
|
Eric Fischer
|
d352cd0fee
|
Merge pull request #262 from mapbox/tile-join-version
Fix the tile layer version number in tile-join output
|
2016-06-16 13:12:33 -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
|
0975c91670
|
Rebuild documentation
|
2016-06-16 12:37:46 -07:00 |
|
Eric Fischer
|
850a36b2f6
|
Update clang-format options for clang-format 3.9.0
|
2016-06-16 12:33:38 -07:00 |
|
Eric Fischer
|
c40ec6c194
|
Fix the tile layer version number in tile-join output
|
2016-06-16 12:31:48 -07:00 |
|
Eric Fischer
|
d170ebc312
|
Merge pull request #259 from mapbox/tile-join-x
Fix a tile-join bug that would retain fields that were supposed to be…
|
2016-06-10 16:13:12 -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
|
864440e9a9
|
Merge pull request #255 from mapbox/clang-mason
Try to use Mason builds for clang
|
2016-06-06 17:35:19 -07:00 |
|
Eric Fischer
|
d18f93df4c
|
Add libstdc++ packages
|
2016-06-06 17:27:32 -07:00 |
|
Eric Fischer
|
cf4a51c819
|
Try to use Mason builds for clang
|
2016-06-06 17:21:29 -07:00 |
|
Eric Fischer
|
7c0c8e0434
|
Merge pull request #253 from mapbox/epsg-3857
Add minimal support for alternate input projections
|
2016-06-01 17:20:19 -07:00 |
|