File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525_default_js = [
2626 ('leaflet' ,
27- "https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3 /leaflet.js" ),
27+ "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0 /leaflet.js" ),
2828 ('jquery' ,
2929 "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" ),
3030 ('bootstrap' ,
3939
4040_default_css = [
4141 ("leaflet_css" ,
42- "https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3 /leaflet.css" ),
42+ "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0 /leaflet.css" ),
4343 ("bootstrap_css" ,
4444 "https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" ),
4545 ("bootstrap_theme_css" ,
Original file line number Diff line number Diff line change 22< head >
33 < meta http-equiv ="content-type " content ="text/html; charset=UTF-8 " />
44 < script > L_PREFER_CANVAS = false ; L_NO_TOUCH = false ; L_DISABLE_3D = false ; </ script >
5- < script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3 /leaflet.js "> </ script >
5+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0 /leaflet.js "> </ script >
66 < script src ="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js "> </ script >
77 < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js "> </ script >
88 < script src ="https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js "> </ script >
99 < script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js "> </ script >
1010 < script src ="https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js "> </ script >
1111
12- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3 /leaflet.css " />
12+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0 /leaflet.css " />
1313 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css "/>
1414 < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css "/>
1515 < 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