mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
SetMBPaintProperties needs layerId key (#29771)
This commit is contained in:
parent
8a83955650
commit
75e6d07d0f
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ export class TileLayer extends AbstractLayer {
|
|||
this._style && this._style.setMBPaintProperties({
|
||||
alpha: this.getAlpha(),
|
||||
mbMap,
|
||||
mbLayerId,
|
||||
layerId: mbLayerId,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue