SetMBPaintProperties needs layerId key (#29771)

This commit is contained in:
Aaron Caldwell 2019-01-31 16:43:03 -07:00 committed by GitHub
parent 8a83955650
commit 75e6d07d0f
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,
});
}