Skip to content

Commit

Permalink
Merge pull request #1230 from openlayers/version-notes
Browse files Browse the repository at this point in the history
Update version notes
  • Loading branch information
ahocevar authored Dec 12, 2024
2 parents 1ae1b27 + 77665fa commit 60b223a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60b223a

Please sign in to comment.