Make Raster source work as generics type for Image layer
This commit is contained in:
@@ -789,13 +789,6 @@ class RasterSource extends ImageSource {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return {null} not implemented
|
|
||||||
*/
|
|
||||||
getImageInternal() {
|
|
||||||
return null; // not implemented
|
|
||||||
}
|
|
||||||
|
|
||||||
disposeInternal() {
|
disposeInternal() {
|
||||||
if (this.processor_) {
|
if (this.processor_) {
|
||||||
this.processor_.dispose();
|
this.processor_.dispose();
|
||||||
|
|||||||
Reference in New Issue
Block a user