Skip to content

Commit f695cbe

Browse files
Malorie Berthoindavinkevin
authored andcommitted
feat(view): add multiWorld
1 parent 10b09cc commit f695cbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/ngx-openlayers/src/lib/view.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ export class ViewComponent implements OnInit, OnChanges, OnDestroy {
5151
smoothResolutionConstraint: boolean;
5252
@Input()
5353
showFullExtent: boolean;
54-
54+
@Input()
55+
multiWorld: boolean;
56+
5557
@Input()
5658
zoomAnimation = false;
5759

0 commit comments

Comments
 (0)