File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
('bootstrap' ,
29
29
"https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js" ),
30
30
('awesome_markers' ,
31
- "https://rawgithub. com/lvoogdt/ Leaflet.awesome-markers/2.0/develop/dist/ leaflet.awesome-markers.js" ), # noqa
31
+ "https://cdnjs.cloudflare. com/ajax/libs/ Leaflet.awesome-markers/2.0.2/ leaflet.awesome-markers.min .js" ), # noqa
32
32
('marker_cluster_src' ,
33
33
"https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js" ), # noqa
34
34
('marker_cluster' ,
45
45
("awesome_markers_font_css" ,
46
46
"https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" ), # noqa
47
47
("awesome_markers_css" ,
48
- "https://rawgit. com/lvoogdt/ Leaflet.awesome-markers/2.0/develop/dist /leaflet.awesome-markers.css" ), # noqa
48
+ "https://cdnjs.cloudflare. com/ajax/libs/ Leaflet.awesome-markers/2.0.2 /leaflet.awesome-markers.css" ), # noqa
49
49
("marker_cluster_default_css" ,
50
50
"https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css" ), # noqa
51
51
("marker_cluster_css" ,
Original file line number Diff line number Diff line change 5
5
< script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/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
- < script src ="https://rawgithub. com/lvoogdt/ Leaflet.awesome-markers/2.0/develop/dist/ leaflet.awesome-markers.js "> </ script >
8
+ < script src ="https://cdnjs.cloudflare. com/ajax/libs/ Leaflet.awesome-markers/2.0.2/ leaflet.awesome-markers.min .js "> </ script >
9
9
< script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js "> </ script >
10
10
< script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js "> </ script >
11
11
12
12
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/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.1.0/css/font-awesome.min.css "/>
16
- < link rel ="stylesheet " href ="https://rawgit. com/lvoogdt/ Leaflet.awesome-markers/2.0/develop/dist /leaflet.awesome-markers.css "/>
16
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare. com/ajax/libs/ Leaflet.awesome-markers/2.0.2 /leaflet.awesome-markers.css "/>
17
17
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css "/>
18
18
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.css "/>
19
19
< link rel ="stylesheet " href ="https://raw.githubusercontent.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css "/>
You can’t perform that action at this time.
0 commit comments