This commit is contained in:
Thomas Neirynck 2019-07-23 14:09:32 -04:00 committed by GitHub
parent f16855a9b4
commit f6e716721d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -268,8 +268,8 @@ export class AbstractLayer {
return false;
}
syncLayerWithMb() {
//no-op by default
syncLayerWithMB() {
throw new Error('Should implement AbstractLayer#syncLayerWithMB');
}
updateDueToExtent(source, prevMeta = {}, nextMeta = {}) {