From ad6c731823f9c3a4dde4fa8363ffe83bf50a9c88 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 23 Feb 2016 15:54:36 +0100 Subject: [PATCH] Use requestAnimation polyfill for examples and update release notes --- changelog/upgrade-notes.md | 4 ++++ test/index.html | 1 + test_rendering/index.html | 1 + 3 files changed, 6 insertions(+) diff --git a/changelog/upgrade-notes.md b/changelog/upgrade-notes.md index d0f3830f3a..7ed9288d43 100644 --- a/changelog/upgrade-notes.md +++ b/changelog/upgrade-notes.md @@ -2,6 +2,10 @@ ### v3.14.0 +#### Internet Explorer 9 support + +As of this release, OpenLayers requires a `requestAnimationFrame`/`cancelAnimationFrame` polyfill for IE 9 support. See http://cdn.polyfill.io/v2/docs/features/#requestAnimationFrame. + #### Layer pre-/postcompose event changes It is the responsibility of the application to undo any canvas transform changes at the end of a layer 'precompose' or 'postcompose' handler. Previously, it was ok to set a null transform. The API now guarantees a device pixel coordinate system on the canvas with its origin in the top left corner of the map. However, applications should not rely on the underlying canvas being the same size as the visible viewport. diff --git a/test/index.html b/test/index.html index ece127f01b..52bae4e97d 100644 --- a/test/index.html +++ b/test/index.html @@ -15,6 +15,7 @@ + +