Fix View method name in upgrade notes

See #9349
This commit is contained in:
Olivier Guyot
2019-03-22 13:30:58 +01:00
committed by GitHub
parent 447117be4f
commit 8983ebdc69

View File

@@ -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.