Skip to content

Commit

Permalink
Merge pull request #5 from ponlawat-w/dev/ol-10.2
Browse files Browse the repository at this point in the history
0.2.5 - Bumped dependency versions (ol@10.2.1)
  • Loading branch information
ponlawat-w authored Sep 29, 2024
2 parents 4db40ba + a2e09be commit b796566
Show file tree
Hide file tree
Showing 4 changed files with 671 additions and 3,501 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>
#map {
width: 100%;
Expand All @@ -21,7 +21,7 @@
<span id="node-status"></span>
<span id="way-status"></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-osmoverpass/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 b796566

Please sign in to comment.