Fix return annotation in shaded-relief example

This commit is contained in:
Frederic Junod
2015-09-07 10:01:59 +02:00
parent d41bb2663b
commit d702aad450

View File

@@ -13,7 +13,7 @@ goog.require('ol.source.XYZ');
* neighborhood for determining slope and aspect.
* @param {Array.<ImageData>} inputs Array of input images.
* @param {Object} data Data added in the "beforeoperations" event.
* @return {Array.<ImageData>} Output images (only the first is rendered).
* @return {ImageData} Output image.
*/
function shade(inputs, data) {
var elevationImage = inputs[0];