Return ImageData-like objects for IE support

This commit is contained in:
Tim Schaub
2016-03-01 13:28:20 -07:00
parent 66f23c1aed
commit bc01fdb59a
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ function shade(inputs, data) {
}
}
return new ImageData(shadeData, width, height);
return {data: shadeData, width: width, height: height};
}
var elevation = new ol.source.XYZ({