mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
f16855a9b4
commit
f6e716721d
1 changed files with 2 additions and 2 deletions
|
@ -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 = {}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue