Skip to content

Commit 40a7fda

Browse files
committed
Update openlayer library links
1 parent 0af7454 commit 40a7fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/openlayers/openlayers-stereographic.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
<title>OpenLayers Vector Tiles</title>
2626

2727
<!-- CSS/JS for OpenLayers map -->
28-
<link rel="stylesheet" href="https://openlayers.org/en/v6.1.1/css/ol.css" type="text/css">
29-
<script src="https://openlayers.org/en/v6.1.1/build/ol.js"></script>
28+
<script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.12.0/build/ol.js"></script>
29+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.12.0/css/ol.css">
3030

3131
<style>
3232
body {

0 commit comments

Comments
 (0)