You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining an MVTLayer object, the following props are not accepted:
getLineWidth
getFillColor
getLineColor
etc.
In a pure JS implementation, these are all accepted. To test this, you can try copying the example code from the MVTLayer documentation page into a typescript file, and you will find that the getLineWidth prop throws an 'argument of type x is not assignable to parameter of type y' error.
The text was updated successfully, but these errors were encountered:
When defining an MVTLayer object, the following props are not accepted:
In a pure JS implementation, these are all accepted. To test this, you can try copying the example code from the MVTLayer documentation page into a typescript file, and you will find that the getLineWidth prop throws an 'argument of type x is not assignable to parameter of type y' error.
The text was updated successfully, but these errors were encountered: