Skip to content

Commit

Permalink
updates OL example using OL v10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya committed Jul 30, 2024
1 parent 4e5605d commit 2a9a533
Showing 1 changed file with 6 additions and 2 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 @@ -48,8 +48,12 @@
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script> -->

<!-- version 9.2.3 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script>
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js"></script> -->

<!-- version 10.0.0 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/ol.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/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

0 comments on commit 2a9a533

Please sign in to comment.