We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736d2ec commit a118259Copy full SHA for a118259
ChangeLog.md
@@ -3,6 +3,12 @@ Dialog change log
3
4
## ?.?.? / ????-??-??
5
6
+## 2.2.0 / 2024-05-16
7
+
8
+* Updated the *OpenLayers* JavaScript library to version 9.2, see
9
+ https://github.com/openlayers/openlayers/releases
10
+ (@thekid)
11
12
## 2.1.2 / 2024-05-12
13
14
* Fixed the `video` elements in having an unwanted bottom "margin".
package.json
@@ -1,6 +1,6 @@
1
{
2
"dependencies": {
- "ol": "^7.5"
+ "ol": "^9.2"
},
"bundles": {
"vendor": {
0 commit comments