Merged with upstream/master.
This commit is contained in:
parent
8aba44c3b6
commit
83de8ed67f
2 changed files with 2 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/polar/tileserver-gl.git"
|
||||
"url": "https://github.com/klokantech/tileserver-gl.git"
|
||||
},
|
||||
"license": "BSD-2-Clause",
|
||||
"engines": {
|
||||
|
@ -19,7 +19,7 @@
|
|||
"test": "mocha test/**.js --timeout 10000"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mapbox/mapbox-gl-native": "3.5.7",
|
||||
"@mapbox/mapbox-gl-native": "3.5.4",
|
||||
"@mapbox/mbtiles": "0.9.0",
|
||||
"@mapbox/sphericalmercator": "1.0.5",
|
||||
"@mapbox/vector-tile": "1.3.0",
|
||||
|
|
|
@ -399,10 +399,6 @@ module.exports = function(options, repo, params, id, dataResolver) {
|
|||
renderer.render(params, function(err, data) {
|
||||
pool.release(renderer);
|
||||
if (err) {
|
||||
console.error("Error from Renderer:");
|
||||
console.error("Renderer.render");
|
||||
console.error(renderer);
|
||||
console.error(JSON.stringify(params, null, 2));
|
||||
console.error(err);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue