Avoid compiling the shaded relief example

The compiler doesn't support the use of the ImageData constructor.
This commit is contained in:
Tim Schaub
2015-07-10 14:18:00 -06:00
parent 643c2e6f21
commit f1ff39cc8b

View File

@@ -1,3 +1,4 @@
// NOCOMPILE
goog.require('ol.Map');
goog.require('ol.View');
goog.require('ol.layer.Image');