We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af7454 commit 40a7fdaCopy full SHA for 40a7fda
examples/openlayers/openlayers-stereographic.html
@@ -25,8 +25,8 @@
25
<title>OpenLayers Vector Tiles</title>
26
27
<!-- 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>
+ <script src="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.12.0/build/ol.js"></script>
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@master/en/v6.12.0/css/ol.css">
30
31
<style>
32
body {
0 commit comments