Created
March 16, 2016 23:53
-
-
Save jakepruitt/f6ddbc90abf62c7699a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1) mapnik.VectorTile.composite should support compositing tiles and clipping to max_extent (reencode): | |
| AssertionError: 54521 == 54462 | |
| + expected - actual | |
| -54521 | |
| +54462 | |
| at Context.<anonymous> (test/vector-tile.composite.test.js:304:16) | |
| 2) mapnik.VectorTile should render a vector_tile of the whole world with threading auto: | |
| Uncaught AssertionError: 1 == 0 | |
| + expected - actual | |
| -1 | |
| +0 | |
| at test/vector-tile.test.js:2165:24 | |
| 3) mapnik.VectorTile should render a vector_tile of the whole world with threading async: | |
| Uncaught AssertionError: 1 == 0 | |
| + expected - actual | |
| -1 | |
| +0 | |
| at test/vector-tile.test.js:2203:24 | |
| 4) mapnik.VectorTile pasted test 9 - testing clipper in mapnik vector tile corrects invalid geometry issues: | |
| Uncaught AssertionError: 9 == 6 | |
| + expected - actual | |
| -9 | |
| +6 | |
| at test/vector-tile.test.js:3491:20 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment