From 8e42f0601aadafcc0ab5fd6c7e7767991276bce1 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 24 May 2018 18:46:52 +0200 Subject: [PATCH] Add a note about the disabled transition option --- changelog/upgrade-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 15d26e5db0..29eecd190b 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -2,6 +2,10 @@ ### Next release +#### `transition` option of `ol/source/VectorTile` is ignored + +The `transition` option to get an opacity transition to fade in tiles has been disabled for `ol/source/VectorTile`. Vector tiles are now always rendered without an opacity transition. + #### `ol/style/Fill` with `CanvasGradient` or `CanvasPattern` The origin for gradients and patterns has changed from the top-left corner of the extent of the geometry being filled to 512 css pixel increments from map coordinate `[0, 0]`. This allows repeat patterns to be aligned properly with vector tiles. For seamless repeat patterns, width and height of the pattern image must be a factor of two (2, 4, 8, ..., 512).