swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63

sort by:
Revision Author Date Message Commit Date
2518f23 Use tippecanoe instead of tile-join in the filter example 06 September 2017, 18:49:55 UTC
7ce882c Merge pull request #462 from mapbox/gl-filters Add feature attribute filters (as in the GL style spec) to tile-join 06 September 2017, 18:20:32 UTC
c9e4275 Do fewer tests in the address sanitizer build 05 September 2017, 21:02:43 UTC
bdd95af Be careful not to generate empty layers in tile-join. Add a test of filtering during tile-join. Bump version number. 05 September 2017, 20:33:10 UTC
d349b77 Add the tests for filtering for feature type 05 September 2017, 19:17:23 UTC
7b71f41 Fix compiler warnings 02 September 2017, 00:36:43 UTC
86ff221 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. 02 September 2017, 00:22:05 UTC
681907e Add the feature ID filter tests 01 September 2017, 23:53:19 UTC
8d502eb Fix memory leak 01 September 2017, 23:41:01 UTC
c232e56 Working on testing against Mapbox GL JS filter tests 01 September 2017, 23:27:27 UTC
0fd4454 Allow filter expressions during tippecanoe as well as during tile-join 01 September 2017, 18:51:12 UTC
dbb789d Merge branch 'master' into gl-filters 01 September 2017, 17:29:08 UTC
dd07511 Merge pull request #460 from mapbox/geobuf Add input support for Geobuf format 01 September 2017, 17:28:22 UTC
9a21c04 Bump version number; fix node version that I accidentally reverted 31 August 2017, 21:17:18 UTC
223d837 Multithreaded geobuf feature parsing 31 August 2017, 20:54:04 UTC
12d744e Try specifying a newer version of Node 30 August 2017, 23:03:00 UTC
6384b6a Fix #include path and json2geobuf path 30 August 2017, 22:45:37 UTC
a5b1378 Minimize external dependencies for Geobuf testing 30 August 2017, 22:32:36 UTC
076dfcd 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 30 August 2017, 21:34:59 UTC
f65faaf Support GeometryCollections in geobuf 30 August 2017, 21:10:35 UTC
5c5fbe2 Support top-level geometries 30 August 2017, 21:01:09 UTC
5665d08 Support per-feature minzoom and maxzoom in geobuf 30 August 2017, 18:44:57 UTC
607ea6c Lower the precision of all test input coordinates to 6 decimal digits 30 August 2017, 17:31:51 UTC
15a48e6 Canonicalize numbers in stringified attributes so geobuf can match 30 August 2017, 00:40:57 UTC
caac717 Add another missing #include 30 August 2017, 00:25:36 UTC
8b6a51e Fix wildcarding for geobuf test invocation 29 August 2017, 23:15:22 UTC
4d6ebaa Fix nulls and negative integers in geobuf parsing 29 August 2017, 23:04:50 UTC
c65a388 Add missing #include 29 August 2017, 22:58:02 UTC
12784de Produce "nan" and "inf" strings instead of aborting 29 August 2017, 22:54:25 UTC
2285673 Remove the memmove I accidentally left in, corrupting small numbers 29 August 2017, 22:43:16 UTC
cef6b02 Fix the typo I made in the conversion to std::string 29 August 2017, 21:58:16 UTC
0d56d1b Add missing #include 29 August 2017, 21:49:24 UTC
f9a007e Use milo dtoa for consistent string representation of numbers 29 August 2017, 21:44:34 UTC
3840176 Convert to output to std::string 29 August 2017, 21:26:20 UTC
5f09cca Add namespace; fix warning 29 August 2017, 20:31:59 UTC
18b2a2c Milo dtoa from https://github.com/miloyip/dtoa-benchmark 29 August 2017, 19:51:59 UTC
4b66aa8 Geobuf testing exposes a bug in type coercion of 0.0 to boolean 29 August 2017, 18:43:39 UTC
1581b79 Forgot to implement "in" and "!in" 28 August 2017, 21:35:07 UTC
754cbdc Add short circuits; warnings for mismatched types, wrong array lengths 28 August 2017, 21:26:36 UTC
4e1611e Fix boolean comparisions 28 August 2017, 21:08:05 UTC
8d7f8af Make indent 28 August 2017, 21:01:57 UTC
b7df68c Remember how to keep a parse tree around after the parser is closed 28 August 2017, 20:56:52 UTC
5878213 Simplify the filter format, and actually run the filter. 28 August 2017, 20:42:14 UTC
7be21f6 First (untested) pass at handling GL Style Spec filters 28 August 2017, 20:26:11 UTC
7c031a9 Memory-map geobuf input instead of reading it into a temporary string 28 August 2017, 18:30:30 UTC
5943c82 Move file-format-neutral code out of JSON-specific source file 28 August 2017, 18:10:57 UTC
8d09f07 Fix multipolygon and feature ID parsing 26 August 2017, 00:40:08 UTC
ad89fb8 Most of the way through geometry decoding 25 August 2017, 23:36:53 UTC
b98bf6e Get attribute value decoding working 25 August 2017, 22:46:32 UTC
75be013 Start on geobuf parsing 25 August 2017, 21:56:03 UTC
e7ee83f Move attribute type coercion out of parsing and into serialization 25 August 2017, 00:27:30 UTC
f4818ff Move attribute include/exclude logic into serialization 25 August 2017, 00:10:15 UTC
34b1b21 Move tilestats management out of parsing and into serialization 24 August 2017, 23:30:01 UTC
ed8fbd0 Split more serialization details out from being parsing parameters 24 August 2017, 22:57:33 UTC
b114e22 Factor out geometry fixups 23 August 2017, 19:48:45 UTC
6caf20b Put the pieces back together 23 August 2017, 18:43:48 UTC
6cea2d5 Progress on factoring out serialization state into a single object 23 August 2017, 01:10:52 UTC
235dbf5 More progress on splitting apart parsing and serialization 22 August 2017, 23:51:11 UTC
f0b32cf Merge branch 'master' into geobuf 22 August 2017, 23:21:03 UTC
e7f264f Merge pull request #458 from mapbox/nan-infinity Add better diagnostics for NaN or Infinity in input JSON 22 August 2017, 22:49:45 UTC
0b3e731 Add better diagnostics for NaN or Infinity in input JSON 21 August 2017, 17:44:04 UTC
071b4ef Merge pull request #451 from mapbox/no-tile-stats Add an option not to produce tilestats 16 August 2017, 22:23:29 UTC
4d1ddc5 Add tile-join options to select zoom levels to copy 16 August 2017, 20:49:16 UTC
e6fc221 Tilestats metadata no longer needs to be limited to 60K 16 August 2017, 19:53:10 UTC
8f02aa4 Improve tile-join documentation 15 August 2017, 22:55:53 UTC
205c28b Fix tilestats with truncated strings. Trim tilestats if TileJSON is huge 15 August 2017, 18:23:03 UTC
5fc2610 Add tests for not producing tilestats 15 August 2017, 17:41:00 UTC
372194c Add an option not to produce tilestats 15 August 2017, 17:35:41 UTC
b1620f6 Work on factoring out serial_feature 15 August 2017, 17:25:11 UTC
23a4ed8 Merge branch 'master' into geobuf 10 August 2017, 17:28:17 UTC
f511185 Merge pull request #332 from mapbox/plugins Add plugin support 09 August 2017, 21:13:27 UTC
e453e32 Fix test flakiness for filtered tile-join, and some other warnings. 09 August 2017, 18:30:16 UTC
915b148 Forgot to check in this file 09 August 2017, 17:27:21 UTC
200f677 Fix layer list in tilestats when filtering and tile-joining. (The feature count when filtering will be the sum of features across tiles instead of filters from the original input, since the filter reader doesn't know what the original input feature set was.) 08 August 2017, 23:41:20 UTC
635429c Fix dangling pointer. Defer tilestats generation until tiling if filtering. 08 August 2017, 20:38:48 UTC
eebc8f7 Remember to close polygons before sending them to the prefilter 08 August 2017, 18:58:51 UTC
c79f19e Merge branch 'master' into plugins 08 August 2017, 18:08:10 UTC
fa0e38d First stages of geobuf support 08 August 2017, 17:31:26 UTC
e982b2f Merge pull request #436 from mapbox/tilestats Generate layer, feature, and attribute statistics as part of tileset metadata 27 July 2017, 21:11:42 UTC
8280c3f Bump version number 27 July 2017, 20:44:51 UTC
cc28bba Move the tilestats into the "json" row of the metadata 26 July 2017, 16:54:49 UTC
5a09fcc Some basic unit tests for string truncation 21 July 2017, 21:27:30 UTC
a373c25 Remove debugging code 21 July 2017, 20:17:21 UTC
9ec52f2 Merge branch 'master' into tilestats 21 July 2017, 20:08:33 UTC
7e6d10c In tilestats, truncate and merge layers and attributes with long names 21 July 2017, 19:56:30 UTC
62f135a Exclude long attribute values from tilestats output, as specified 21 July 2017, 19:28:14 UTC
00aed42 Add missing #include 21 July 2017, 06:10:45 UTC
518c8db Straighten out the extra tilestat attributes in some joined tilesets The problem was in the case where the CSV provided a new value for an attribute that replaced an existing value. Both the old and new value were being included in the tilestats instead of just the new. 21 July 2017, 00:39:41 UTC
54cbc57 Don't write to a directory that contains an existing tileset. The -f option will clear the directory now, as with mbtiles. 20 July 2017, 21:17:09 UTC
855e344 Don't keep tilestats for features that are filtered out in tile-join 19 July 2017, 23:53:53 UTC
97d0b2a Retain attributes in alphabetical order, for consistency 19 July 2017, 23:40:06 UTC
3cafef8 Factor out duplicated tilestats code 19 July 2017, 21:45:15 UTC
7b03e1e Include tilestats in the metadata table. (Not all tests are passing) 19 July 2017, 20:09:47 UTC
9078098 Only insert a new tilestats record if there isn't already one 19 July 2017, 00:28:30 UTC
b3078dd Also make tilestats in tile-join 18 July 2017, 23:53:06 UTC
81e3f09 Merge pull request #440 from mapbox/no-geoms Close mbtiles properly when exiting because there are no features 18 July 2017, 21:21:11 UTC
9304bc5 Generate the rest of the tilestats 18 July 2017, 21:20:33 UTC
ba82ef8 Complain if the output file or directory is specified more than once 18 July 2017, 21:11:48 UTC
3eb1237 Progress on generating tilestats as JSON 18 July 2017, 20:27:37 UTC
6ac9ca3 Bump version number 18 July 2017, 17:50:25 UTC
back to top