Skip to content

Commit

Permalink
Merge af7220f into d7f22a4
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Nov 2, 2023
2 parents d7f22a4 + af7220f commit ded7361
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 128 deletions.
134 changes: 12 additions & 122 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"summary": "Basic Components for ExtJS 6 and GeoExt 3",
"description": "Basic Components for ExtJS 6 and GeoExt 3",
"detailedDescription": "This package consists of several components that can be used to setup an Application based on ExtJS 6, GeoExt 3 and OL3",
"version": "4.0.0",
"version": "4.0.2",
"compatVersion": "1.0.0",
"format": "1",
"framework": "ext",
Expand Down 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
Original file line number Diff line number Diff line change
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 ded7361

Please sign in to comment.