Skip to content

Commit

Permalink
Update to OpenLayers 9 (#290, #291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckem committed Mar 13, 2024
1 parent a11bf72 commit 9334e81
Show file tree
Hide file tree
Showing 25 changed files with 112 additions and 89 deletions.
23 changes: 23 additions & 0 deletions .changeset/tame-pigs-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
"@open-pioneer/coordinate-viewer": minor
"@open-pioneer/spatial-bookmarks": minor
"@open-pioneer/basemap-switcher": minor
"@open-pioneer/map-navigation": minor
"@open-pioneer/map-test-utils": minor
"@open-pioneer/ogc-features": minor
"@open-pioneer/overview-map": minor
"@open-pioneer/geolocation": minor
"@open-pioneer/measurement": minor
"@open-pioneer/result-list": minor
"@open-pioneer/scale-bar": minor
"@open-pioneer/selection": minor
"@open-pioneer/printing": minor
"@open-pioneer/editing": minor
"@open-pioneer/legend": minor
"@open-pioneer/search": minor
"@open-pioneer/map": minor
"@open-pioneer/toc": minor
"@open-pioneer/scale-viewer": minor
---

Update to OpenLayers 9
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"overrides": {
"semver@<7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"@mapbox/mapbox-gl-style-spec": "npm:@maplibre/maplibre-gl-style-spec@^19.3.3",
"@mapbox/mapbox-gl-style-spec": "npm:@maplibre/maplibre-gl-style-spec@^20.1.1",
"chakra-react-select>react-select": "^5.8.0"
},
"auditConfig": {
Expand All @@ -69,7 +69,7 @@
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@formatjs/intl": "^2.9.9",
"@maplibre/maplibre-gl-style-spec": "^19.3.3",
"@maplibre/maplibre-gl-style-spec": "^20.1.1",
"@open-pioneer/chakra-integration": "^1.1.1",
"@open-pioneer/core": "^1.2.1",
"@open-pioneer/http": "^2.1.4",
Expand All @@ -79,7 +79,7 @@
"framer-motion": "^10.17.4",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"ol": "^8.2.0",
"ol": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.8.0",
Expand Down
126 changes: 63 additions & 63 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion src/packages/basemap-switcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@open-pioneer/runtime": "^2.1.2",
"@open-pioneer/react-utils": "workspace:^",
"chakra-react-select": "^4.7.6",
"ol": "^8.2.0",
"ol": "^9.0.0",
"react": "^18.2.0",
"react-icons": "^4.12.0"
},
Expand Down
Loading

0 comments on commit 9334e81

Please sign in to comment.