forked from mapbox/mapbox-tile-copy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VT invalid tracker & handle x out of range (mapbox#114)
* add back v1 tile tracking * add invalid tile logging and update x out of rnage error handling * add proper fixture for testing filler tiles * uncomment tilecopy error handler * rm unnecessary var * add fixture and correct error handler * incorporating vtvalidator * fix async validation * handle v1 vs v2 validation * rm console logs * restructure local build of vtvalidate * add decompressor * fix error handling * throw error on malicious tiles * change throw to callback * add einvalid to errs * uncomment and update tilelive tests * rm test file * update package json and incorporate pr feedback * move migration stream * migration stream only runs for v1 tiles * add err for vtvalidate * declare new validator errors within scope * bump to use npm 5 * Fix dupe test for updated npm ls output * add user friendly error string
- Loading branch information
1 parent
180495f
commit 706c7a4
Showing
10 changed files
with
146 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
/node_modules | ||
test/fixtures/valid.geotiff.tif.aux.xml | ||
v1-stats.json | ||
vt-invalid.json | ||
npm-debug.log | ||
.DS_Store |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.