From e131fe3728787df77db95e611fe05918fa2fe3d7 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Mon, 18 Jun 2018 14:08:26 +0200 Subject: [PATCH] Update upgrade notes --- changelog/upgrade-notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index 29eecd190b..ca7d18cc29 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -2,6 +2,10 @@ ### Next release +#### Renaming of the `defaultDataProjection` in the options and property of the `ol/format/Feature` class and its subclasses + +The `defaultDataProjection` option is now named `dataProjection`. The protected property available on the class is also renamed. + #### `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.