File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ 0.7.0
2
+ ~~~~~
3
+
4
+ - Update leaflet to 1.3.4 (ocefpaf #939)
5
+
6
+
1
7
0.6.0
2
8
~~~~~
3
9
Original file line number Diff line number Diff line change 27
27
28
28
_default_js = [
29
29
('leaflet' ,
30
- 'https://cdn.jsdelivr.net/npm/leaflet@1.2.0 /dist/leaflet.js' ),
30
+ 'https://cdn.jsdelivr.net/npm/leaflet@1.3.4 /dist/leaflet.js' ),
31
31
('jquery' ,
32
32
'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' ),
33
33
('bootstrap' ,
38
38
39
39
_default_css = [
40
40
('leaflet_css' ,
41
- 'https://cdn.jsdelivr.net/npm/leaflet@1.2.0 /dist/leaflet.css' ),
41
+ 'https://cdn.jsdelivr.net/npm/leaflet@1.3.4 /dist/leaflet.css' ),
42
42
('bootstrap_css' ,
43
43
'https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css' ),
44
44
('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.2.0 /dist/leaflet.js "> </ script >
5
+ < script src ="https://cdn.jsdelivr.net/npm/leaflet@1.3.4 /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
- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/leaflet@1.2.0 /dist/leaflet.css "/>
9
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/leaflet@1.3.4 /dist/leaflet.css "/>
10
10
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css "/>
11
11
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css "/>
12
12
< 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