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 fc856b3 commit 93429a6Copy full SHA for 93429a6
projects/ngx-openlayers/src/lib/sources/cluster.component.ts
@@ -18,6 +18,8 @@ export class SourceClusterComponent extends SourceComponent implements AfterCont
18
distance: number;
19
@Input()
20
geometryFunction?: ((feature: Feature) => geom.Point);
21
+ @Input()
22
+ wrapX?: boolean;
23
24
@ContentChild(SourceVectorComponent)
25
sourceVectorComponent: SourceVectorComponent;
0 commit comments