File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
~~~~~
3
3
- Experimental support for a static png output (ocefpaf #634)
4
4
- Added support for subdomains options in TileLayer (damselem #623)
5
+ - Updated to leaflet 1.1.0 (ocefpaf #639)
5
6
6
7
0.3.0
7
8
~~~~~
Original file line number Diff line number Diff line change 28
28
29
29
_default_js = [
30
30
('leaflet' ,
31
- 'https://unpkg.com/leaflet@1.0.1 /dist/leaflet.js' ),
31
+ 'https://unpkg.com/leaflet@1.1.0 /dist/leaflet.js' ),
32
32
('jquery' ,
33
33
'https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' ),
34
34
('bootstrap' ,
43
43
44
44
_default_css = [
45
45
('leaflet_css' ,
46
- 'https://unpkg.com/leaflet@1.0.1 /dist/leaflet.css' ),
46
+ 'https://unpkg.com/leaflet@1.1.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://unpkg.com/leaflet@1.0.1 /dist/leaflet.js "> </ script >
5
+ < script src ="https://unpkg.com/leaflet@1.1.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-src.js "> </ script >
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster.js "> </ script >
11
11
12
- < link rel ="stylesheet " href ="https://unpkg.com/leaflet@1.0.1 /dist/leaflet.css " />
12
+ < link rel ="stylesheet " href ="https://unpkg.com/leaflet@1.1.0 /dist/leaflet.css " />
13
13
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css "/>
14
14
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css "/>
15
15
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css "/>
86
86
{ % endfor % }
87
87
88
88
</ script >
89
-
You can’t perform that action at this time.
0 commit comments