Skip to content

Commit

Permalink
Merge pull request #295 from OpenCageData/ol-9
Browse files Browse the repository at this point in the history
OpenLayers 9.0
  • Loading branch information
tsamaya authored Mar 11, 2024
2 parents 1426b44 + 1314488 commit f5a8c71
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
8 changes: 6 additions & 2 deletions examples/openlayers-library-example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@
<script src="https://cdn.jsdelivr.net/npm/ol@8.1.0/dist/ol.js"></script> -->

<!-- version 8.2.0 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@8.2.0/ol.css">
<script src="https://cdn.jsdelivr.net/npm/ol@8.2.0/dist/ol.js"></script>
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@8.2.0/ol.css">
<script src="https://cdn.jsdelivr.net/npm/ol@8.2.0/dist/ol.js"></script> -->

<!-- version 8.2.0 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@9.0.0/ol.css">
<script src="https://cdn.jsdelivr.net/npm/ol@9.0.0/dist/ol.js"></script>

<script src="https://cdn.jsdelivr.net/npm/@opencage/geosearch-bundle"></script>
<script src="dist/dist/ol-opencage-geosearch.js"></script>
Expand Down
1 change: 1 addition & 0 deletions packages/ol-opencage-geosearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Tested with versions:
- 7.4.0
- 8.1.0
- 8.2.0
- 9.0.0

## Other external dependencies

Expand Down
2 changes: 1 addition & 1 deletion packages/ol-opencage-geosearch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"dependencies": {
"@algolia/autocomplete-js": "^1.17.0",
"@opencage/geosearch-core": "^0.1.7",
"ol": "^8.2.0"
"ol": "^9.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7117,10 +7117,10 @@ object.values@^1.1.7:
define-properties "^1.2.0"
es-abstract "^1.22.1"

ol@^8.2.0:
version "8.2.0"
resolved "https://registry.yarnpkg.com/ol/-/ol-8.2.0.tgz#145153eab0ea3b5d04f51f46d6c69c224cccd5c3"
integrity sha512-/m1ddd7Jsp4Kbg+l7+ozR5aKHAZNQOBAoNZ5pM9Jvh4Etkf0WGkXr9qXd7PnhmwiC1Hnc2Toz9XjCzBBvexfXw==
ol@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/ol/-/ol-9.0.0.tgz#449207b0da5c31f905a030fac141e04935a126a0"
integrity sha512-+nYHZYbHrRUTDJ8ryxXPdDoAiaT6Zea02cocmGqsJXs4Oac1fYC9EbTIU2Y7803QcmG3u2MR88RxbksBvK+ZfQ==
dependencies:
color-rgba "^3.0.0"
color-space "^2.0.1"
Expand Down

0 comments on commit f5a8c71

Please sign in to comment.