SetMBPaintProperties needs layerId key (#29771) (#29777)

This commit is contained in:
Aaron Caldwell 2019-01-31 17:27:45 -07:00 committed by GitHub
parent 2d067fb8b3
commit 1765077dff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ export class TileLayer extends AbstractLayer {
this._style && this._style.setMBPaintProperties({
alpha: this.getAlpha(),
mbMap,
mbLayerId,
layerId: mbLayerId,
});
}