We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342deda commit b04187dCopy full SHA for b04187d
modules/carto/src/layers/vector-tile-layer.ts
@@ -48,7 +48,7 @@ type _VectorTileLayerProps = {
48
* If true, create labels for lines and polygons.
49
* Specify uniqueIdProperty to only create a single label for each unique feature.
50
*/
51
- autoLabels: boolean | {uniqueIdProperty: string};
+ autoLabels?: boolean | {uniqueIdProperty: string};
52
};
53
54
// @ts-ignore
0 commit comments