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
|
e10a71e152
|
Use the mvt constant pool when tiling
|
2016-04-25 16:19:52 -07:00 |
|
Eric Fischer
|
7bb4c7dbe9
|
Add a helper method to manage the tile layer's key-value constant pool
|
2016-04-25 14:20:21 -07:00 |
|
Eric Fischer
|
2dea1d1564
|
Fix hardwired layer version number
|
2016-04-25 12:23:40 -07:00 |
|
Eric Fischer
|
23934166b1
|
Methods instead of functions
|
2016-04-25 12:13:52 -07:00 |
|
Eric Fischer
|
2afd0bf31b
|
Try with clang++ instead
|
2016-04-25 10:22:14 -07:00 |
|
Eric Fischer
|
4e71c40f54
|
Try backing off to older C++ standard for older g++
|
2016-04-25 09:58:36 -07:00 |
|
Eric Fischer
|
03d5c89742
|
These are version 2 tiles
|
2016-04-25 09:24:36 -07:00 |
|
Eric Fischer
|
9e9afb06d2
|
Fix signedness warnings, missing #includes, and code formatting.
|
2016-04-22 23:32:02 -07:00 |
|
Eric Fischer
|
b15956b476
|
Oops, was still linking to -lprotobuf-lite
|
2016-04-22 19:30:37 -07:00 |
|
Eric Fischer
|
4cee508e95
|
Add missing #include
|
2016-04-22 17:51:35 -07:00 |
|
Eric Fischer
|
135aea8527
|
Use protozero for writing tiles
|
2016-04-22 17:45:24 -07:00 |
|
Eric Fischer
|
5ec41d7bbb
|
Use protozero for tile decoding
|
2016-04-22 17:10:33 -07:00 |
|
Eric Fischer
|
f9c4fb8374
|
Factor out tile reading and writing from tile-join
|
2016-04-22 15:47:06 -07:00 |
|
Eric Fischer
|
f837577b38
|
Rename pb_ prefixes to mvt_
|
2016-04-22 15:10:16 -07:00 |
|
Eric Fischer
|
358f019372
|
Factor out vector tile writing
|
2016-04-22 15:06:26 -07:00 |
|
Eric Fischer
|
f902721dab
|
Abstraction of tile decoding
|
2016-04-22 13:27:03 -07:00 |
|
Eric Fischer
|
b91e8f6d3e
|
Start factoring out protocol buffer handling code
|
2016-04-22 12:00:19 -07:00 |
|
Eric Fischer
|
2607a76c63
|
Merge pull request #215 from mapbox/no-clipping
Add an option not to clip features if they appear in the tile at all
|
2016-04-21 10:36:51 -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
|
56d8178a7c
|
Fix a mistake in the formatting of the Usage message
|
2016-04-19 15:35:58 -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
|
694fa8ee97
|
Merge pull request #213 from mapbox/polygon-coalesce
Clean up polygon geometry again after coalescing
|
2016-04-18 16:15:13 -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
|
2a6e41126f
|
Merge pull request #212 from mapbox/limitfiles
Speculatively open files to avoid overrunning the system limits
|
2016-04-14 10:32:19 -07:00 |
|
Eric Fischer
|
81517a0cb4
|
Fix tracking of number of available file descriptors
|
2016-04-14 10:20:28 -07:00 |
|
Eric Fischer
|
732a51d684
|
Fix the option for testing radix sort
Add a check to make sure I don't make the same mistake again
|
2016-04-14 10:06:01 -07:00 |
|
Eric Fischer
|
222735004d
|
Add a sanity check to make sure I remember to close all open files
|
2016-04-13 20:33:01 -07:00 |
|
Eric Fischer
|
137bb46db5
|
Clean up the maximum-files-open check a little
|
2016-04-13 20:20:25 -07:00 |
|
Eric Fischer
|
cae20bb5e6
|
Speculatively open files to avoid overrunning the system limits
|
2016-04-13 18:05:24 -07:00 |
|
Eric Fischer
|
7c9bd5da2f
|
Merge pull request #210 from mapbox/block-input
Don't let the input buffer for parallel streaming input get too big.
|
2016-04-13 13:31:51 -07:00 |
|
Eric Fischer
|
fbcb00fee9
|
Add an option to set the tileset's attribution
|
2016-04-13 12:49:41 -07:00 |
|
Eric Fischer
|
3a46c05b46
|
Fix the progress indicator
|
2016-04-12 10:59:06 -07:00 |
|
Eric Fischer
|
968c94a409
|
Quiet warning about potentially uninitialized variable.
|
2016-04-11 16:43:46 -07:00 |
|
Eric Fischer
|
efe66dcafe
|
Use stdio instead of mmap for geometry while tiling to reduce thrashing
|
2016-04-11 15:59:02 -07:00 |
|
Eric Fischer
|
c6d2988485
|
Logic may be clearer this way
|
2016-04-11 14:51:04 -07:00 |
|
Eric Fischer
|
e846b11ce7
|
Don't let the input buffer for parallel streaming input get too big.
|
2016-04-11 13:51:28 -07:00 |
|
Eric Fischer
|
9d48d6a93d
|
Merge pull request #208 from mapbox/simplify-crash
Fix a line simplification crash when a segment degenerates to a single point
|
2016-04-07 16:50:01 -07:00 |
|
Eric Fischer
|
acb97361a0
|
Fix a line simplification crash when a segment degenerates to a single point
|
2016-04-07 16:45:45 -07:00 |
|
Eric Fischer
|
1792a13e1a
|
Merge pull request #207 from mapbox/checkspace
Keep an eye on free disk space and warn if tippecanoe is using it all
|
2016-04-07 12:23:05 -07:00 |
|
Eric Fischer
|
41ae22164c
|
Mention the default location for temporary files
|
2016-04-07 11:39:32 -07:00 |
|
Eric Fischer
|
73fcdba02b
|
Linux and Mac want different headers for file system stats
|
2016-04-07 11:23:33 -07:00 |
|
Eric Fischer
|
1eb0537302
|
Warn if temporary directory doesn't begin with /
|
2016-04-07 10:47:46 -07:00 |
|
Eric Fischer
|
39285c8102
|
Keep an eye on free disk space and warn if tippecanoe is using it all
|
2016-04-07 10:35:36 -07:00 |
|
Eric Fischer
|
22ede9ac8c
|
Merge pull request #206 from mapbox/chatty-polygon
Add an option to drop a fraction of polygons by zoom.
|
2016-04-06 14:33:48 -07:00 |
|
Eric Fischer
|
574a2b79c8
|
Add an option to drop a fraction of polygons by zoom.
Only warn once about polygon cleaning failures.
|
2016-04-06 14:17:44 -07:00 |
|
Eric Fischer
|
d1456c0f66
|
Merge pull request #202 from mapbox/radix
Restructure geometry reordering to try to reduce virtual memory thrashing
|
2016-04-05 15:13:44 -07:00 |
|
Eric Fischer
|
4a572b810b
|
Close some file descriptors that were left dangling before
|
2016-04-05 14:07:24 -07:00 |
|