-
Notifications
You must be signed in to change notification settings - Fork 97
Make default interactions configurable as @Input properties #310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
- re-instantiate raster when source change - add TileEvent(s) on XYZ and OSM - add wrapX to ArcGISRest - add example desciption
BREAKING CHANGE: `ol` peer dep is now `~7.5.2` BREAKING CHANGE: see all breaking changes from `ol` `7.0.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#700) BREAKING CHANGE: see all breaking changes from `ol` `7.1.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#710) BREAKING CHANGE: see all breaking changes from `ol` `7.2.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#720) BREAKING CHANGE: see all breaking changes from `ol` `7.5.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#750)
BREAKING CHANGE: Angular 14 is no more supported
BREAKING CHANGE: `ol` peer dep is now `8.2.0` BREAKING CHANGE: see all breaking changes from `ol` `8.0.0` (https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md#800)
BREAKING CHANGE: Angular 15 is no more supported
BREAKING CHANGE: `ol` peer dep is now `~9.2.4` BREAKING CHANGE: see all breaking changes from `ol` `9.0.0` (https://github.com/openlayers/openlayers/blob/main/changelog/v9.0.0.md)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution!
-
As of automatic changelog generation, can you please use conventional commits for commits please?
-
This code does not compile because Input import is missing
-
Are you sure inputs have effects on interaction configuration? I think we should add this as param when calling defaults()
@Input() | ||
altShiftDragRotate: boolean; | ||
@Input() | ||
onFocusOnly: boolean; | ||
@Input() | ||
doubleClickZoom: boolean; | ||
@Input() | ||
keyboard: boolean; | ||
@Input() | ||
mouseWheelZoom: boolean; | ||
@Input() | ||
shiftDragZoom: boolean; | ||
@Input() | ||
dragPan: boolean; | ||
@Input() | ||
pinchRotate: boolean; | ||
@Input() | ||
pinchZoom: boolean; | ||
@Input() | ||
zoomDelta: number; | ||
@Input() | ||
zoomDuration: number; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to update typings accordingly to OpenLayers please?
Hi, as we just merged If this PR remains unchanged within 3 months, we will automatically close it. |
No description provided.