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() {
|
||||
if (this.processor_) {
|
||||
this.processor_.dispose();
|
||||
|
||||
Reference in New Issue
Block a user