From 045371de327d48279031afaec2aef3c74c354858 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 12 Dec 2024 23:40:35 +0100 Subject: [PATCH] Update version notes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57e13405..8dda08fb 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,11 @@ To use the library in an application with an npm based dev environment, install When installed this way, just import the ol-mapbox-style module, like in the usage example below. To use a standalone build of ol-mapbox-style, just include 'dist/olms.js' on your HTML page, and access the exported functions from the global `olms` object (e.g. `olms.apply()`, `olms.applyBackground()`). Note that the standalone build depends on the full build of OpenLayers. -**ol-mapbox-style >=v9 requires [OpenLayers](https://npmjs.com/package/ol) version >=7**. +**ol-mapbox-style >=12.4 is required for[OpenLayers](https://npmjs.com/package/ol) >10.3.1**. -**ol-mapbox-style v8 requires [OpenLayers](https://npmjs.com/package/ol) version >=6.13.0 <7**. +**ol-mapbox-style >=9 requires [OpenLayers](https://npmjs.com/package/ol) version >=7 <11**. + +**ol-mapbox-style 8 requires [OpenLayers](https://npmjs.com/package/ol) version >=6.13 <7**. ### Usage