Skip to content

Commit

Permalink
Merge pull request #346 from chrismayer/ol-7-5
Browse files Browse the repository at this point in the history
Upgrade OpenLayers to v7.5.1
  • Loading branch information
chrismayer authored Aug 22, 2023
2 parents 8b9c41b + 5d6a6e3 commit e74c8e7
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 31 deletions.
103 changes: 74 additions & 29 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": "7.3.0",
"ol": "7.5.1",
"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 @@ -10,7 +10,7 @@ This lists some essentials, which had to be adapted in the Wegue code regarding
Now the animation delay is passed as an object directly to the autoPan option.
- `map.forEachLayerAtPixel()` is removed. Replaced with e.g. `map.getLayers().forEach()`.

Please have a look at the official [OpenLayers upgrade notes](https://github.com/openlayers/openlayers/releases/tag/v7.0.0), when you upgrade your Wegue app.
Please have a look at the official [OpenLayers upgrade notes](https://github.com/openlayers/openlayers/blob/main/changelog/upgrade-notes.md), when you upgrade your Wegue app. Especially look for any breaking change between OpenLayers v6.4.3 and the current OpenLayers version used in Wegue v2, see [package.json](https://github.com/wegue-oss/wegue/blob/master/package.json).

### Vuetify

Expand Down

0 comments on commit e74c8e7

Please sign in to comment.