xxxxxxxxxx
<html lang="en">
<head>
<meta charset='utf-8'/>
<style>
html { height: 100% }
body { height: 100%; margin: 0; padding: 0;}
#map{ height: 100% }
</style>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.3.1/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.3.1/leaflet.ie.css" />
<![endif]-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.3.1/leaflet.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<title>
Cameras
</title>
</head>
<body>
<div id="map"></div>
<script type="text/javascript" src="toGeoJSON.js"></script>
<script type="text/javascript" src="script.js"></script>
</body>
</html>
Modified http://cdn.leafletjs.com/leaflet-0.3.1/leaflet.js to a secure url
Modified http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js to a secure url
https://cdn.leafletjs.com/leaflet-0.3.1/leaflet.js
https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js