wegue-oss / wegue

Template and components for webmapping applications with OpenLayers and Vue.js
BSD 2-Clause "Simplified" License
97 stars 42 forks source link

Upgrade OpenLayers to v7.5.1 #346

Closed chrismayer closed 1 year ago

chrismayer commented 1 year ago

This upgrades the OpenLayers dependency to version 7.5.1 (current latest).

Since OpenLayers follows semantic versioning no problems or conflict should appear when upgrading, which can be verified with the official change logs:

chrismayer commented 1 year ago

Thanks for your review and feedback @sronveaux. I just added another commit, which adds a link to the the full OpenLayers upgrade notes as suggested by you. I totally agree that this is a very useful resource in an upgrade process.

I also gave this a shot in a bigger real-life application and still detected no problems...so I am going to merge now.

Thanks again!