Add new constrainResolution option to olx.interaction.DefaultsOptions

This commit is contained in:
Frederic Junod
2017-04-11 09:08:28 +02:00
parent 55f8a2775e
commit 15e6fa454d
4 changed files with 51 additions and 2 deletions

View File

@@ -2,6 +2,16 @@
### Next release
#### Simpler `constrainResolution` configuration
The `constrainResolution` configuration for `ol.interaction.PinchZoom` and `ol.interaction.MouseWheelZoom`
can now be set directly with an option in `ol.interaction.defaults`:
```js
ol.interaction.defaults({
constrainResolution: true
});
```
### v4.0.0
#### Simpler `ol.source.Zoomify` `url` configuration