Skip to content

Commit

Permalink
Update path to UMD ol lib in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghettovoice committed Sep 14, 2022
1 parent ee65397 commit 6dc131f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
Please wait...
</div>

<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.3.0/build/ol.js"></script>
<script src="//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.15.1/build/ol.js"></script>
<script src="//unpkg.com/babel-standalone@6.26.0/babel.min.js"></script>
<script src="//unpkg.com/vue@2/dist/vue.min.js"></script>
<script src="//unpkg.com/vuep@latest/dist/vuep.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion tests/umd.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</div>

<script src="https://unpkg.com/vue@latest/dist/vue.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.4.3/build/ol.js"></script>
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.15.1/build/ol.js"></script>
<script src="../dist/vuelayers.umd.js"></script>
<script>
console.log(ol)
Expand Down

0 comments on commit 6dc131f

Please sign in to comment.