Skip to content

Commit

Permalink
Upgrade OpenLayers to version 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Mar 27, 2024
1 parent c4a2333 commit cc7d8f3
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 9 deletions.
77 changes: 70 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"axios": "^1.3.6",
"canvas-record": "^3.1.0",
"core-js": "^3.30.1",
"ol": "8.1.0",
"ol": "9.1.0",
"proj4": "2.9.0",
"vue": "2.7.14",
"vue-i18n": "^8.28.2",
Expand Down
2 changes: 1 addition & 1 deletion upgrade-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you're using environment variables inside your Wegue app, please read [Vue-CL

### OpenLayers

This lists some essentials, which had to be adapted in the Wegue code regarding to the upgrade to OpenLayers in version 7:
This lists some essentials, which had to be adapted in the Wegue code regarding to the upgrade to OpenLayers in version 7/8/9:

- OL `Overlay` no longer accepts `autoPanAnimation` as an option.
Now the animation delay is passed as an object directly to the autoPan option.
Expand Down

0 comments on commit cc7d8f3

Please sign in to comment.