xxxxxxxxxx
<html>
<head>
<title>Leaflet ESRI ASCII grid demo</title>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.min.js"></script>
<style>
#map {
width: 1400px;
height: 900px;
}
body {
font: 16px/1.4 "Helvetica Neue", Arial, sans-serif;
}
.ghbtns {
position: relative;
top: 4px;
margin-left: 5px;
}
a {
color: #0077ff;
}
</style>
</head>
<body>
<div id="map"></div>
<script src="./L.CanvasOverlay.js"></script>
<script src="./ColorExt.js"></script>
<script src="./test.js"></script>
</body>
</html>
Modified http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js to a secure url
https://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js