Eric Fischer
|
be922702ce
|
Experiment with coalescing features to reduce tile size
|
2017-10-06 18:01:08 -07:00 |
|
Amy Ghate
|
4c2d80ea17
|
Corrected Link to "Visualizing Month of Lightning"
|
2017-09-18 14:31:07 -04:00 |
|
Eric Fischer
|
e000bcc261
|
Merge pull request #463 from mapbox/stringpool
Limit the depth of the search in the string pool.
|
2017-09-08 10:16:19 -07:00 |
|
Eric Fischer
|
a2d12f178f
|
Reorder and reword documentation
|
2017-09-07 15:34:55 -07:00 |
|
Eric Fischer
|
84a6aa6d73
|
Use std::isinf() and std::isnan() instead of the C versions
According to https://github.com/mapbox/tippecanoe/issues/464 this
is necessary for g++-5 on Linux
|
2017-09-07 14:40:50 -07:00 |
|
Eric Fischer
|
c3d23675d1
|
Also fix arithmetic overflow when reading a Geobuf GeometryCollection
|
2017-09-07 13:48:09 -07:00 |
|
Eric Fischer
|
c77c2a2b1e
|
Fix compiler complaints about arithmetic overflow in hashing
|
2017-09-07 12:04:32 -07:00 |
|
Eric Fischer
|
93920d06e1
|
Slightly lower average traversal using a hash for comparison
|
2017-09-06 17:10:10 -07:00 |
|
Eric Fischer
|
764a8ac17c
|
Use 32-bit offsets in the string pool search tree to reduce its size
|
2017-09-06 15:26:19 -07:00 |
|
Eric Fischer
|
0f8b32c69f
|
Limit the depth of the search in the string pool.
Use a better comparison function. (Attributes often have a common
prefix but rarely have a common suffix.)
|
2017-09-06 13:06:08 -07:00 |
|
Eric Fischer
|
2518f238d4
|
Use tippecanoe instead of tile-join in the filter example
|
2017-09-06 11:49:55 -07:00 |
|
Eric Fischer
|
7ce882c035
|
Merge pull request #462 from mapbox/gl-filters
Add feature attribute filters (as in the GL style spec) to tile-join
|
2017-09-06 11:20:32 -07:00 |
|
Eric Fischer
|
c9e4275217
|
Do fewer tests in the address sanitizer build
|
2017-09-05 14:02:43 -07:00 |
|
Eric Fischer
|
bdd95af8b2
|
Be careful not to generate empty layers in tile-join.
Add a test of filtering during tile-join.
Bump version number.
|
2017-09-05 13:33:10 -07:00 |
|
Eric Fischer
|
d349b7700d
|
Add the tests for filtering for feature type
|
2017-09-05 12:17:23 -07:00 |
|
Eric Fischer
|
7b71f41e43
|
Fix compiler warnings
|
2017-09-01 17:36:43 -07:00 |
|
Eric Fischer
|
86ff221663
|
I think this should fix the access to already-freed memory
Also drop the reference to the JSON parser when disconnecting
a JSON object from the parse tree.
|
2017-09-01 17:22:05 -07:00 |
|
Eric Fischer
|
681907e88d
|
Add the feature ID filter tests
|
2017-09-01 16:53:19 -07:00 |
|
Eric Fischer
|
8d502eb805
|
Fix memory leak
|
2017-09-01 16:41:01 -07:00 |
|
Eric Fischer
|
c232e565db
|
Working on testing against Mapbox GL JS filter tests
|
2017-09-01 16:27:27 -07:00 |
|
Eric Fischer
|
0fd4454129
|
Allow filter expressions during tippecanoe as well as during tile-join
|
2017-09-01 11:51:12 -07:00 |
|
Eric Fischer
|
dbb789dadc
|
Merge branch 'master' into gl-filters
|
2017-09-01 10:29:08 -07:00 |
|
Eric Fischer
|
dd07511193
|
Merge pull request #460 from mapbox/geobuf
Add input support for Geobuf format
|
2017-09-01 10:28:22 -07:00 |
|
Eric Fischer
|
9a21c04f06
|
Bump version number; fix node version that I accidentally reverted
|
2017-08-31 14:17:18 -07:00 |
|
Eric Fischer
|
223d837736
|
Multithreaded geobuf feature parsing
|
2017-08-31 13:54:04 -07:00 |
|
Eric Fischer
|
12d744e961
|
Try specifying a newer version of Node
|
2017-08-30 16:03:00 -07:00 |
|
Eric Fischer
|
6384b6a49a
|
Fix #include path and json2geobuf path
|
2017-08-30 15:45:37 -07:00 |
|
Eric Fischer
|
a5b1378d1a
|
Minimize external dependencies for Geobuf testing
|
2017-08-30 15:32:36 -07:00 |
|
Eric Fischer
|
076dfcdfeb
|
Work around differences of opinion about the range of feature IDs
Geobuf uses signed 64-bit ints
Vector tile spec uses unsigned 64-bit ints
Geobuf silently corrupts IDs through use of floating point
|
2017-08-30 14:34:59 -07:00 |
|
Eric Fischer
|
f65faaf3da
|
Support GeometryCollections in geobuf
|
2017-08-30 14:10:35 -07:00 |
|
Eric Fischer
|
5c5fbe2617
|
Support top-level geometries
|
2017-08-30 14:01:09 -07:00 |
|
Eric Fischer
|
5665d08745
|
Support per-feature minzoom and maxzoom in geobuf
|
2017-08-30 11:44:57 -07:00 |
|
Eric Fischer
|
607ea6c643
|
Lower the precision of all test input coordinates to 6 decimal digits
|
2017-08-30 10:31:51 -07:00 |
|
Eric Fischer
|
15a48e67d6
|
Canonicalize numbers in stringified attributes so geobuf can match
|
2017-08-29 17:40:57 -07:00 |
|
Eric Fischer
|
caac717b17
|
Add another missing #include
|
2017-08-29 17:25:36 -07:00 |
|
Eric Fischer
|
8b6a51e20b
|
Fix wildcarding for geobuf test invocation
|
2017-08-29 16:15:22 -07:00 |
|
Eric Fischer
|
4d6ebaa088
|
Fix nulls and negative integers in geobuf parsing
|
2017-08-29 16:04:50 -07:00 |
|
Eric Fischer
|
c65a388597
|
Add missing #include
|
2017-08-29 15:58:02 -07:00 |
|
Eric Fischer
|
12784de211
|
Produce "nan" and "inf" strings instead of aborting
|
2017-08-29 15:54:25 -07:00 |
|
Eric Fischer
|
228567364f
|
Remove the memmove I accidentally left in, corrupting small numbers
|
2017-08-29 15:43:16 -07:00 |
|
Eric Fischer
|
cef6b022dd
|
Fix the typo I made in the conversion to std::string
|
2017-08-29 14:58:16 -07:00 |
|
Eric Fischer
|
0d56d1bf38
|
Add missing #include
|
2017-08-29 14:49:24 -07:00 |
|
Eric Fischer
|
f9a007e8c3
|
Use milo dtoa for consistent string representation of numbers
|
2017-08-29 14:44:34 -07:00 |
|
Eric Fischer
|
3840176d5c
|
Convert to output to std::string
|
2017-08-29 14:26:20 -07:00 |
|
Eric Fischer
|
5f09ccae88
|
Add namespace; fix warning
|
2017-08-29 13:31:59 -07:00 |
|
Eric Fischer
|
18b2a2c39c
|
Milo dtoa from https://github.com/miloyip/dtoa-benchmark
|
2017-08-29 12:51:59 -07:00 |
|
Eric Fischer
|
4b66aa828d
|
Geobuf testing exposes a bug in type coercion of 0.0 to boolean
|
2017-08-29 11:43:39 -07:00 |
|
Eric Fischer
|
1581b79a3e
|
Forgot to implement "in" and "!in"
|
2017-08-28 14:35:07 -07:00 |
|
Eric Fischer
|
754cbdc634
|
Add short circuits; warnings for mismatched types, wrong array lengths
|
2017-08-28 14:26:36 -07:00 |
|
Eric Fischer
|
4e1611eec9
|
Fix boolean comparisions
|
2017-08-28 14:08:05 -07:00 |
|