Skip to content

Commit af8000c

Browse files
author
Tino Desjardins
committed
Update to openlayers v6.15.1
1 parent bf23127 commit af8000c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gwt-ol3-client/src/test/java/ol/GwtOLBaseTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public abstract class GwtOLBaseTestCase extends BaseTestCase {
2929
public GwtOLBaseTestCase() {
3030

3131
super(Arrays.asList(
32-
"//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.6.1/build/ol.js"),
32+
"//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.15.1/build/ol.js"),
3333
"ol.GwtOLTest",
3434
10000);
3535
}

gwt-ol3-demo/src/main/resources/com/github/tdesjardins/ol3/demo/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
55
<link href="style.css" rel="stylesheet" type="text/css">
6-
<link href="//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.6.1/css/ol.css" rel="stylesheet" type="text/css">
7-
<script src="//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.6.1/build/ol.js" type="text/javascript"></script>
6+
<link href="//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.15.1/css/ol.css" rel="stylesheet" type="text/css">
7+
<script src="//cdn.jsdelivr.net/gh/openlayers/openlayers.github.io@main/dist/en/v6.15.1/build/ol.js" type="text/javascript"></script>
88
<script src="demo.nocache.js" type="text/javascript"></script>
99

1010
<title>GWT-OL Playground</title>

0 commit comments

Comments
 (0)