Skip to content

Commit

Permalink
Merge pull request #748 from KaiVolland/ol8
Browse files Browse the repository at this point in the history
Upgrade to OpenLayers 8
  • Loading branch information
KaiVolland committed Nov 2, 2023
2 parents d7f22a4 + f0c43e9 commit f5d696c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 125 deletions.
130 changes: 10 additions & 120 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -62,12 +62,12 @@
"url": "https://github.com/terrestris/BasiGX.git"
},
"peerDependencies": {
"@geoext/geoext": ">=5",
"ol": ">=7"
"@geoext/geoext": ">=6",
"ol": ">=8"
},
"devDependencies": {
"@geoext/geoext": "5.0.0",
"ol": "^7.5.1",
"@geoext/geoext": "6.0.0",
"ol": "^8.1.0",
"copyfiles": "2.4.1",
"coveralls": "3.1.1",
"eslint": "8.52.0",
Expand Down
2 changes: 1 addition & 1 deletion src/view/MapLoadingStatusBar.js
Expand Up @@ -35,7 +35,7 @@
* * `ol.source.Zoomify`,
* * `ol.source.CartoDB`,
* * `ol.source.OSM`,
* * `ol.source.Stamen`,
* * `ol.source.StadiaMaps`,
* * `ol.source.VectorTile`
*
* If your `ol.source.Vector` fires all the custom events `vectorloadstart`,
Expand Down

0 comments on commit f5d696c

Please sign in to comment.