File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
gwt-ol3-client/src/test/java/ol
gwt-ol3-demo/src/main/resources/com/github/tdesjardins/ol3/demo/public Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public abstract class GwtOLBaseTestCase extends BaseTestCase {
29
29
public GwtOLBaseTestCase () {
30
30
31
31
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" ),
33
33
"ol.GwtOLTest" ,
34
34
10000 );
35
35
}
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta http-equiv ="content-type " content ="text/html; charset=UTF-8 ">
5
5
< 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 >
8
8
< script src ="demo.nocache.js " type ="text/javascript "> </ script >
9
9
10
10
< title > GWT-OL Playground</ title >
You can’t perform that action at this time.
0 commit comments