File tree Expand file tree Collapse file tree
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 Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public abstract class GwtOLBaseTestCase extends BaseTestCase {
2929 public GwtOLBaseTestCase () {
3030
3131 super (Arrays .asList (
32- "//cdn.jsdelivr.net/npm/ol@10.6.1 /dist/ol.min.js" ),
32+ "//cdn.jsdelivr.net/npm/ol@10.7.0 /dist/ol.min.js" ),
3333 "ol.GwtOLTest" ,
3434 10000 );
3535 }
Original file line number Diff line number Diff line change 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/npm/ol@10.6.1 /ol.min.css " rel ="stylesheet " type ="text/css ">
7- < script src ="//cdn.jsdelivr.net/npm/ol@10.6.1 /dist/ol.min.js " type ="text/javascript "> </ script >
6+ < link href ="//cdn.jsdelivr.net/npm/ol@10.7.0 /ol.min.css " rel ="stylesheet " type ="text/css ">
7+ < script src ="//cdn.jsdelivr.net/npm/ol@10.7.0 /dist/ol.min.js " type ="text/javascript "> </ script >
88 < script src ="demo.nocache.js " type ="text/javascript "> </ script >
99
1010 < title > GWT-OL Playground</ title >
You can’t perform that action at this time.
0 commit comments