Replace last references to the old repository/dockerhub

This commit is contained in:
Petr Sloup
2020-03-11 13:57:45 +01:00
parent c3bff5ac5f
commit 29d3e72dd3
5 changed files with 8 additions and 8 deletions

View File

@@ -278,7 +278,7 @@ module.exports = {
}
// Fix semi-transparent outlines on raw, premultiplied input
// https://github.com/klokantech/tileserver-gl/issues/350#issuecomment-477857040
// https://github.com/maptiler/tileserver-gl/issues/350#issuecomment-477857040
for (var i = 0; i < data.length; i += 4) {
var alpha = data[i + 3];
var norm = alpha / 255;