Skip to content

Commit

Permalink
Merge pull request #9365 from jahow/patch-1
Browse files Browse the repository at this point in the history
Fix View method name in upgrade notes
  • Loading branch information
ahocevar committed Mar 22, 2019
2 parents 447117b + 8983ebd commit 927a98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/upgrade-notes.md
Expand Up @@ -12,7 +12,7 @@ target values are provided and constraints are applied on these to determine the

##### Removal of the `constrainResolution` option on `View.fit`, `PinchZoom`, `MouseWheelZoom` and `ol/interaction.js`

The `constrainResolution` option is now only supported by the `View` class. A `View.setResolutionConstrained` method was added as well.
The `constrainResolution` option is now only supported by the `View` class. A `View.setConstrainResolution` method was added as well.

Generally, the responsibility of applying center/rotation/resolutions constraints was moved from interactions and controls to the `View` class.

Expand Down

0 comments on commit 927a98a

Please sign in to comment.