Skip to content

Commit

Permalink
feat: support OpenLayers@10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: A minimum version of OpenLayers 10 is now required.
  • Loading branch information
d-koppenhagen committed Aug 4, 2024
1 parent d866d4c commit c29a966
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 32 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ It can display maps with tiled, raster or vector layers loaded from different so

<!-- auto-generated-peer-dependency-requirements START -->

- **[ol](https://openlayers.org/)**: `^9.1.0`
- **[ol](https://openlayers.org/)**: `^10.0.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.4.0`
- **[ol-ext](https://github.com/Viglino/ol-ext#,)**: `^4.0.15`
- **[ol-ext](https://github.com/Viglino/ol-ext#,)**: `^4.0.21`
- **[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)**: `^3.4.0`

<!-- auto-generated-peer-dependency-requirements END -->
Expand Down
4 changes: 2 additions & 2 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ vue3-openlayers works with the following versions which must be installed as pee

<!-- auto-generated-peer-dependency-requirements START -->

- **[ol](https://openlayers.org/)**: `^9.1.0`
- **[ol](https://openlayers.org/)**: `^10.0.0`
- **[ol-contextmenu](https://github.com/jonataswalker/ol-contextmenu)**: `^5.4.0`
- **[ol-ext](https://github.com/Viglino/ol-ext#,)**: `^4.0.15`
- **[ol-ext](https://github.com/Viglino/ol-ext#,)**: `^4.0.21`
- **[vue](https://github.com/vuejs/core/tree/main/packages/vue#readme)**: `^3.4.0`

<!-- auto-generated-peer-dependency-requirements END -->
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 11 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,26 @@
"dependencies": {
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"dom-to-image-more": "^3.3.0",
"dom-to-image-more": "^3.3.1",
"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"ol": "^9.1.0",
"ol": "^10.0.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.15",
"ol-ext": "^4.0.21",
"proj4": "^2.11.0",
"vue": "^3.4.0"
"vue": "^3.4.35"
},
"peerDependencies": {
"ol": "^9.1.0",
"ol": "^10.0.0",
"ol-contextmenu": "^5.4.0",
"ol-ext": "^4.0.15",
"ol-ext": "^4.0.21",
"vue": "^3.4.0"
},
"overrides": {
"ol-contextmenu": {
"ol": "> 7.x <= 10.x"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
Expand Down

0 comments on commit c29a966

Please # to comment.