Skip to content

Commit b9f22a5

Browse files
committed
Update point-layer.ts
1 parent fcca3af commit b9f22a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layers/src/point-layer/point-layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export default class PointLayer extends Layer {
347347
columns?: PointLayerColumnsConfig;
348348
} = {
349349
label:
350-
pair.defaultName && pair.defaultName !== 'Point'
350+
pair.defaultName && pair.defaultName !== 'point'
351351
? pair.defaultName
352352
: (typeof label === 'string' && label.replace(/\.[^/.]+$/, '')) || 'Point'
353353
};

0 commit comments

Comments
 (0)