Commit Graph

461 Commits

Author SHA1 Message Date
Eric Fischer
e6997b00ff Swizzle the string comparison so it's not pathological if input is presorted 2015-06-19 15:49:51 -07:00
Eric Fischer
498e723563 Yet another temp file, for the tree of pointers into the string pool 2015-06-18 16:30:51 -07:00
Eric Fischer
dc3021656e Build the string pool in an appendable memory map, not the normal heap 2015-06-18 16:13:37 -07:00
Eric Fischer
d96dee8dad Fix formatting again 2015-06-18 14:47:29 -07:00
Eric Fischer
a185073f0a Shrink the geometry by shaving off bits below the maxzoom tile resolution 2015-06-18 14:16:16 -07:00
Eric Fischer
86a341c344 Merge pull request #57 from anandthakker/master
Update README to include buffer size units.
2015-06-18 12:39:00 -07:00
Eric Fischer
a1d3ecf9bb Save another byte per attribute by moving the type to the string pool 2015-06-18 12:12:20 -07:00
Eric Fischer
1a44538bdf Use the first coordinates of the first feature as the origin for deltas 2015-06-18 10:52:01 -07:00
Eric Fischer
46626e4f08 Delta encoding for motion within features 2015-06-17 17:48:29 -07:00
Eric Fischer
725ea71e57 Fix formatting 2015-06-17 17:30:17 -07:00
Eric Fischer
cde1e60603 Use a string pool to avoid duplicating keys and values 2015-06-17 17:18:08 -07:00
Eric Fischer
55e93a5d37 Use variable-length zigzag for ints and long longs 2015-06-17 16:46:36 -07:00
Anand Thakker
fbe4416fba Update README to include buffer size units. 2015-06-17 15:18:46 -04:00
Eric Fischer
9b34f7e6e3 Merge pull request #54 from mapbox/badproj
Clearer message about projections
2015-06-05 10:35:02 -07:00
Eric Fischer
d5d322f36a Clearer message about projections 2015-06-05 10:34:19 -07:00
Eric Fischer
448617e0a7 Merge pull request #53 from mapbox/badproj
Add a warning when data appears to be in the wrong projection
2015-06-05 10:24:13 -07:00
Eric Fischer
263ae94e75 Add a warning when data appears to be in the wrong projection 2015-06-05 10:23:25 -07:00
Eric Fischer
1a95504390 No need to write a loop to reindent the source files 2015-06-03 12:47:56 -07:00
Eric Fischer
b70d19288e Get back in sync with json-pull 2015-06-03 11:31:41 -07:00
Eric Fischer
fd60cc6600 Merge pull request #52 from mapbox/indentstyle
Consistent indent style with clang-format
2015-06-03 11:26:25 -07:00
Eric Fischer
8a1f0d83e1 Consistent indent style with clang-format 2015-06-03 11:22:13 -07:00
Eric Fischer
d9ff3f78fc Update manpage 2015-06-03 11:12:01 -07:00
Eric Fischer
34b00eca73 Merge pull request #50 from mapbox/gl4096
Add a command line option to specify the minimum allowed tile extent
2015-06-03 11:11:16 -07:00
Eric Fischer
70291f0415 Merge pull request #51 from mapbox/fitsample
Flag to drop as many features as necessary to keep tiles under the size limit
2015-06-03 11:10:54 -07:00
Eric Fischer
bc2f243f0b Add a command line option to specify the minimum allowed tile extent 2015-06-01 15:01:46 -07:00
Eric Fischer
6341419229 Punctuation and capitalization 2015-06-01 10:18:03 -07:00
Tom MacWright
c048311124 Merge pull request #48 from brunosan/patch-1
Fix RunKeeper link
2015-05-29 12:56:38 -04:00
Tom MacWright
25072133fb Install manpage 2015-05-29 12:15:48 -04:00
Tom MacWright
142ea37e17 use md2man to generate man page 2015-05-29 12:06:41 -04:00
Bruno Sánchez-Andrade Nuño
4001df81cc Fix RunKeeper link 2015-05-29 12:05:12 -04:00
Tom MacWright
22471ab5be Use markdown syntax instead of html syntax where appropriate 2015-05-29 12:04:15 -04:00
Tom MacWright
79a08edcf6 Add atmospheric river 2015-05-29 11:55:17 -04:00
Tom MacWright
4eaa740f55 Add made with. Fixes #47 2015-05-29 11:50:04 -04:00
Tom MacWright
2a6af266b7 Add -v to changelog 2015-05-29 10:52:20 -04:00
Tom MacWright
5ba8f2f866 Merge pull request #45 from mapbox/version-flag
Add tippecanoe -v
2015-05-29 10:51:30 -04:00
Tom MacWright
95997b50c4 Add tippecanoe -v 2015-05-29 10:50:11 -04:00
Tom MacWright
67fe27f70a Add changelog with entry for 1.2.0 2015-05-29 10:44:39 -04:00
Tom MacWright
a4c79e1ec2 Merge pull request #41 from mapbox/minzoom-maxzoom
Add check that min is less than max. Fixes #40
2015-05-29 10:33:59 -04:00
Tom MacWright
ce6a1aac88 Only error if minzoom is truly greater, not just equal 2015-05-29 10:33:44 -04:00
Tom MacWright
a0693446d5 Add check that min is less than max. Fixes #40 2015-05-28 13:21:38 -04:00
Eric Fischer
38dc80ec68 Fix a place that wasn't checking for disk write errors 2015-05-20 18:04:34 -07:00
Eric Fischer
901f6a76b6 Keep the resolution constant as we drop features to make the tile fit 2015-05-20 15:15:45 -07:00
Eric Fischer
555ababd2e Add a flag to dynamically drop a fraction of features from large tiles 2015-05-20 14:57:00 -07:00
Eric Fischer
9e162e6f8f Merge pull request #35 from mapbox/dropline
Add a flag to let you drop lines at low zooms just like points
2015-04-28 16:50:46 -07:00
Eric Fischer
1381f0f276 Add a flag to let you drop lines at low zooms just like points 2015-04-21 08:19:51 -07:00
Eric Fischer
12fb2c969c Merge pull request #34 from mapbox/warn-no-features
Warn if no Features have been seen after 50 JSON hashes are closed.
2015-04-17 10:49:36 -07:00
Eric Fischer
167ec690a0 Warn if no Features have been seen after 50 JSON hashes are closed. 2015-04-17 10:48:03 -07:00
Eric Fischer
4f9edf7f29 Merge pull request #32 from mapbox/proto-doc
Add Linux package requirement to readme
2015-04-17 10:13:06 -07:00
Eric Fischer
fa9474ff74 Add Linux package requirement to readme 2015-04-17 10:12:11 -07:00
Eric Fischer
d64328ac35 Fix crash when encoding boolean properties. 2015-04-10 13:03:11 -07:00