File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ matrix:
26
26
env : TEST_TARGET=latest_branca
27
27
- python : 3.6
28
28
env : TEST_TARGET=latest_branca
29
+ - python : 3.6
30
+ env : TEST_TARGET=notebooks
29
31
30
32
before_install :
31
33
- wget http://bit.ly/miniconda -O miniconda.sh
Original file line number Diff line number Diff line change 30
30
31
31
_default_js = [
32
32
('leaflet' ,
33
- 'https://cdn.jsdelivr.net/npm/leaflet@1.1 .0/dist/leaflet.js' ),
33
+ 'https://cdn.jsdelivr.net/npm/leaflet@1.2 .0/dist/leaflet.js' ),
34
34
('jquery' ,
35
35
'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' ),
36
36
('bootstrap' ,
43
43
44
44
_default_css = [
45
45
('leaflet_css' ,
46
- 'https://cdn.jsdelivr.net/npm/leaflet@1.1 .0/dist/leaflet.css' ),
46
+ 'https://cdn.jsdelivr.net/npm/leaflet@1.2 .0/dist/leaflet.css' ),
47
47
('bootstrap_css' ,
48
48
'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css' ),
49
49
('bootstrap_theme_css' ,
Original file line number Diff line number Diff line change 2
2
< head >
3
3
< meta http-equiv ="content-type " content ="text/html; charset=UTF-8 " />
4
4
< script > L_PREFER_CANVAS = false ; L_NO_TOUCH = false ; L_DISABLE_3D = false ; </ script >
5
- < script src ="https://cdn.jsdelivr.net/npm/leaflet@1.1 .0/dist/leaflet.js "> </ script >
5
+ < script src ="https://cdn.jsdelivr.net/npm/leaflet@1.2 .0/dist/leaflet.js "> </ script >
6
6
< script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js "> </ script >
7
7
< script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js "> </ script >
8
8
< script src ="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js "> </ script >
9
9
< script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster.js "> </ script >
10
10
11
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/leaflet@1.1 .0/dist/leaflet.css " />
11
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/leaflet@1.2 .0/dist/leaflet.css " />
12
12
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css "/>
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css "/>
14
14
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css "/>
You can’t perform that action at this time.
0 commit comments