Skip to content

Commit 69a46ca

Browse files
kekel87Neonox31
authored andcommitted
feat(view): add missing inputs
1 parent 34ccc92 commit 69a46ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ export class ViewComponent implements OnInit, OnChanges, OnDestroy {
4141
center: Coordinate;
4242
@Input()
4343
projection: string;
44+
@Input()
45+
constrainOnlyCenter: boolean;
46+
@Input()
47+
smoothExtentConstraint: boolean;
48+
@Input()
49+
constrainResolution: boolean;
50+
@Input()
51+
smoothResolutionConstraint: boolean;
52+
@Input()
53+
showFullExtent: boolean;
54+
4455
@Input()
4556
zoomAnimation = false;
4657

0 commit comments

Comments
 (0)