Skip to content

Commit 93429a6

Browse files
kekel87Neonox31
authored andcommitted
feat(cluster): add wrapX option
1 parent fc856b3 commit 93429a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/ngx-openlayers/src/lib/sources/cluster.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export class SourceClusterComponent extends SourceComponent implements AfterCont
1818
distance: number;
1919
@Input()
2020
geometryFunction?: ((feature: Feature) => geom.Point);
21+
@Input()
22+
wrapX?: boolean;
2123

2224
@ContentChild(SourceVectorComponent)
2325
sourceVectorComponent: SourceVectorComponent;

0 commit comments

Comments
 (0)