Skip to content

Commit

Permalink
Merge pull request #5 from ponlawat-w/dev/ol-10.2.1
Browse files Browse the repository at this point in the history
Bumped dependency versions ([email protected])
  • Loading branch information
ponlawat-w authored Sep 29, 2024
2 parents 0a813e4 + 608f33f commit cb09f0a
Show file tree
Hide file tree
Showing 4 changed files with 1,164 additions and 1,413 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v8.2.0/ol.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/ol@v10.2.1/ol.css">
<style>
#container {
display: flex;
Expand Down Expand Up @@ -42,7 +42,7 @@
|
<span id="event"></span>
</div>
<script src="https://cdn.jsdelivr.net/npm/ol@v8.2.0/dist/ol.js"></script>
<script src="https://cdn.jsdelivr.net/npm/ol@v10.2.1/dist/ol.js"></script>
<script src="https://www.unpkg.com/ol-osmwaysnap/dist/bundle/index.js"></script>
<script lang="js">
const basemap = new ol.layer.Tile({ source: new ol.source.OSM() });
Expand Down
Loading

0 comments on commit cb09f0a

Please sign in to comment.