From 5d6a6e3de0ff4c16a7fe587e44ee3bfba2cb849e Mon Sep 17 00:00:00 2001 From: Christian Mayer Date: Tue, 22 Aug 2023 14:55:43 +0200 Subject: [PATCH] Link to OL upgrade notes in Wegue upgrade-notes --- upgrade-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade-notes.md b/upgrade-notes.md index 2ae8ac5f..2de39e4b 100644 --- a/upgrade-notes.md +++ b/upgrade-notes.md @@ -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