swh:1:snp:ff2a11cd2e44dd19ec3814028ef2ce6605664e63

sort by:
Revision Author Date Message Commit Date
b84b2b0 Merge pull request #294 from mapbox/named-layer Add the ability to specify layer names within the GeoJSON input 30 August 2016, 23:56:19 UTC
965f4c2 Bump version number 30 August 2016, 22:36:22 UTC
4dd3411 Merge branch 'master' into named-layer 30 August 2016, 22:33:51 UTC
76739fd Fix a typo so it actually works, and add a test and documentation 30 August 2016, 22:32:09 UTC
d8ba9db Remove unused layer count and layer name list 30 August 2016, 22:09:18 UTC
1bed572 Rename variables for clarity 30 August 2016, 22:05:33 UTC
1f53491 Tile by layer names instead of by layer numbers 30 August 2016, 21:59:53 UTC
3e881a4 Make a reverse-mapping table from layer IDs to names 30 August 2016, 21:38:30 UTC
d490d84 Remove unused layer count and layer name list 30 August 2016, 21:17:28 UTC
d4e1ee0 Replace malloc/free with new/delete to fix parallel-reading crash 30 August 2016, 21:02:51 UTC
31d2a37 Get rid of the old file_keys 30 August 2016, 20:46:37 UTC
531c238 Pass the layer maps through into tiling 30 August 2016, 00:42:46 UTC
7f49ce5 Merge per-thread layer names and file keys 29 August 2016, 23:38:57 UTC
c26fa23 Per-thread layermap will contain the file keys, not just a layer ID 29 August 2016, 21:59:28 UTC
5a8a721 Merge pull request #293 from mapbox/simplification-readme Fix spelling of --simplification in documentation 29 August 2016, 19:12:32 UTC
7f4ef43 Fix spelling of --simplification in documentation 29 August 2016, 18:56:30 UTC
6a7a139 Merge pull request #288 from mapbox/bad-polygon-revival Don't try to revive a placeholder for a degenerate polygon with negative area 25 August 2016, 20:45:12 UTC
0d19313 Use simpler calculation to intersect polygon edges with tile edges. Add the polygon that produced a bad tile with the previous version as a test. 24 August 2016, 22:32:48 UTC
9161b74 Don't try to revive a placeholder for a degenerate polygon with negative area 24 August 2016, 19:34:28 UTC
f7e64dc Work in progress on being able to specify per-feature layer names 23 August 2016, 22:33:53 UTC
85fd49f Merge pull request #284 from mapbox/join-id Pass feature IDs through in tile-join 17 August 2016, 00:07:14 UTC
c85303a Pass feature IDs through in tile-join 16 August 2016, 20:21:15 UTC
938e6a9 Merge pull request #280 from mapbox/fragment-geometry Move polygon winding fixup out of tiling and into parsing 15 August 2016, 21:04:06 UTC
b2aa6de Provide some JSON context when reporting parsing errors 15 August 2016, 20:11:35 UTC
be6e3c8 Merge pull request #281 from mapbox/dataset Don't say "dataset" 10 August 2016, 21:17:36 UTC
9ef9954 Don't say "dataset" 10 August 2016, 19:08:15 UTC
475ce9d Fix g++ compiler warnings 09 August 2016, 00:14:48 UTC
8b339ab Use the same serialization in both places, and add sanity checks 09 August 2016, 00:08:36 UTC
bf57157 Factor out (initial) feature serialization 08 August 2016, 22:36:49 UTC
6de7920 Separate data gathering from serialization a little better 02 August 2016, 21:53:30 UTC
84370c5 Get rid of some more explicit memory management 02 August 2016, 21:07:56 UTC
67272bf Move polygon winding fixup out of tiling and into parsing 02 August 2016, 00:35:37 UTC
6d6c1ab Parse GeoJSON geometry into memory instead of straight to a file 01 August 2016, 21:29:30 UTC
6f58d31 Merge pull request #279 from mapbox/fix-preserve Fix the spelling of the --preserve-input-order option 01 August 2016, 18:04:08 UTC
e760521 Fix the spelling of the --preserve-input-order option 01 August 2016, 18:03:35 UTC
1b1b745 Merge pull request #276 from mapbox/feature-id Fix wrongly-nested parentheses 15 July 2016, 22:40:46 UTC
10b9af8 Fix wrongly-nested parentheses 15 July 2016, 22:32:37 UTC
7c664da Merge pull request #275 from mapbox/feature-id Encode the "id" field of GeoJSON objects as vector tile feature ID 15 July 2016, 22:25:42 UTC
488dff0 Encode the "id" field of GeoJSON objects as vector tile feature ID 15 July 2016, 22:00:56 UTC
2bc1b9b Support feature IDs for decoding 15 July 2016, 20:58:15 UTC
a1f8564 Merge pull request #273 from mapbox/empty-parallel Fix error checking when reading empty files with parallel input 13 July 2016, 23:00:45 UTC
f960930 Bump version number 13 July 2016, 20:50:45 UTC
92e3234 Fix error checking when reading empty files with parallel input 13 July 2016, 20:00:38 UTC
26e21b0 Merge pull request #271 from mapbox/empty-features Test that an empty feature is no longer generated (here in tile 11/328/791) 13 July 2016, 00:48:43 UTC
9908db5 Add an option to vary the level of line and polygon simplification 12 July 2016, 23:51:56 UTC
cb45f1c That's still not right. Don't generate a tile with no layers. 12 July 2016, 22:56:57 UTC
666729e Test that an empty feature is no longer generated (here in tile 11/328/791) 12 July 2016, 22:52:02 UTC
09ab013 Merge pull request #270 from mapbox/empty-features Be even more careful not to produce features with empty geometry 12 July 2016, 03:46:24 UTC
d127c43 Be even more careful not to produce features with empty geometry 12 July 2016, 00:45:12 UTC
85b27d3 Merge pull request #269 from mapbox/fix-progress Fix double-counted progress in the progress indicator 08 July 2016, 23:13:19 UTC
40f2f61 Fix double-counted progress in the progress indicator 08 July 2016, 22:49:59 UTC
6bc9c5c Merge pull request #265 from mapbox/decode-projection Add the ability to tippecanoe-decode into EPSG:3857 instead of WGS84 28 June 2016, 23:32:10 UTC
32fed3b Add the CRS to the tippecanoe-decode output if nonstandard 28 June 2016, 22:29:37 UTC
5d06f01 Add the ability to tippecanoe-decode into EPSG:3857 instead of WGS84 28 June 2016, 22:18:27 UTC
e48e215 Merge pull request #263 from andrewharvey/master add new line to end of Usage information 20 June 2016, 17:00:15 UTC
e31908b add new line to end of Usage information 20 June 2016, 06:52:12 UTC
d352cd0 Merge pull request #262 from mapbox/tile-join-version Fix the tile layer version number in tile-join output 16 June 2016, 20:12:33 UTC
f552e69 Missed one test 16 June 2016, 20:00:55 UTC
ae50abe Add layer version and extent to tippecanoe-decode output and test standards 16 June 2016, 19:50:08 UTC
0975c91 Rebuild documentation 16 June 2016, 19:37:46 UTC
850a36b Update clang-format options for clang-format 3.9.0 16 June 2016, 19:33:38 UTC
c40ec6c Fix the tile layer version number in tile-join output 16 June 2016, 19:31:48 UTC
d170ebc Merge pull request #259 from mapbox/tile-join-x Fix a tile-join bug that would retain fields that were supposed to be… 10 June 2016, 23:13:12 UTC
8cae997 Forgot to fix this test output 10 June 2016, 22:59:37 UTC
3d023f3 Fix a tile-join bug that would retain fields that were supposed to be excluded 10 June 2016, 22:53:59 UTC
864440e Merge pull request #255 from mapbox/clang-mason Try to use Mason builds for clang 07 June 2016, 00:35:19 UTC
d18f93d Add libstdc++ packages 07 June 2016, 00:27:32 UTC
cf4a51c Try to use Mason builds for clang 07 June 2016, 00:21:29 UTC
7c0c8e0 Merge pull request #253 from mapbox/epsg-3857 Add minimal support for alternate input projections 02 June 2016, 00:20:19 UTC
de46cfa Do the more common check first. Forgot to swap these max/min pairs. 02 June 2016, 00:09:20 UTC
a504840 Warn if the GeoJSON specifies a different projection 01 June 2016, 23:55:52 UTC
2578781 Forgot to check in the input file for the test 01 June 2016, 23:08:51 UTC
e1427ab Fix the check for an unsupported projection 01 June 2016, 22:51:55 UTC
af412e2 Add minimal support for alternate input projections 01 June 2016, 22:49:41 UTC
5da636b Merge pull request #252 from mapbox/glow-map2 Add an option to calculate feature density as a feature attribute 28 May 2016, 00:34:27 UTC
20b0fe1 Revert unneeded change 27 May 2016, 23:35:46 UTC
9d0a415 Forgot to add the test 27 May 2016, 23:33:56 UTC
692112e Add an option to calculate feature density as a feature attribute 27 May 2016, 23:25:40 UTC
4030cc7 Merge pull request #245 from mapbox/inline-meta2 Add the ability to inline metadata with geometry 25 May 2016, 18:53:57 UTC
b5c5d9d Merge pull request #249 from mapbox/decode-check-error Fail gracefully if input to tippecanoe-decode isn't a vector tile 25 May 2016, 18:53:41 UTC
1d636e5 Consistently treat "prevent" and "additional" options as globals 25 May 2016, 18:38:52 UTC
e253bbf Round upward to catch narrow-but-tall or wide-but-short features 25 May 2016, 18:08:04 UTC
fa7a52d Bump version number 24 May 2016, 00:44:41 UTC
4638c6f Merge branch 'master' into inline-meta2 Conflicts: tile.cpp 23 May 2016, 22:57:28 UTC
0f02e9f Fix uninitialized variable 23 May 2016, 22:45:55 UTC
bba1c13 Warn if a feature that won't be clipped covers several tiles 21 May 2016, 00:50:20 UTC
f03fbdb Fail gracefully if input to tippecanoe-decode isn't a vector tile 17 May 2016, 22:43:42 UTC
b80081e Merge pull request #247 from mapbox/less-memory Pack structures tighter to use a little less memory 13 May 2016, 22:59:07 UTC
331deca Use bitfields to further reduce data structure size 13 May 2016, 22:45:33 UTC
f0e9062 A little more structure packing 11 May 2016, 21:47:23 UTC
c0edefa Pack structures tighter to use a little less memory 11 May 2016, 21:23:39 UTC
cc4a273 Merge pull request #243 from mapbox/z0-extent Fix clipping extent at z0, and area calculation in tippecanoe-decode 10 May 2016, 23:55:39 UTC
3655a54 Add the ability to inline metadata with geometry 10 May 2016, 23:46:45 UTC
167f3c5 Missed updating this test output 10 May 2016, 23:39:54 UTC
2a5e209 Mention decoding fix in changelog 10 May 2016, 20:29:14 UTC
24327e1 Fix area calculation for polygon rings in tippecanoe-decode 10 May 2016, 19:13:03 UTC
4f01b13 Let zoom level 0 have just as much extent and buffer as any other zoom 09 May 2016, 23:01:10 UTC
f920c05 Merge pull request #241 from mapbox/save-polygons Don't let polygons with nonzero area disappear during cleaning 05 May 2016, 21:55:52 UTC
5cc6d97 Don't let polygons with nonzero area disappear during cleaning If they collapse, turn them into placeholder squares with the appropriate area so that there aren't visible coverage gaps. 05 May 2016, 20:42:32 UTC
fa523bf Merge pull request #235 from mapbox/malloc Remove more uses of malloc; fix more warnings 04 May 2016, 00:20:39 UTC
back to top