Skip to content

Commit

Permalink
Link to OL upgrade notes in Wegue upgrade-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Aug 22, 2023
1 parent 3bea171 commit 5d6a6e3
Showing 1 changed file with 1 addition and 1 deletion.
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 5d6a6e3

Please sign in to comment.