The leaflet quick start tutorial mapped into ClojureScript atop a stub library called blade.
Part of the strokes ClojureScript interop library.
xxxxxxxxxx
<html>
<head>
<title>Blade - tutorial1 example</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.5/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.5/leaflet.ie.css" />
<![endif]-->
</head>
<body>
<div id="mappy" style="width: 960px; height: 500px"></div>
<!-- https://github.com/dribnet/ArrayLike.js -->
<script type="text/javascript" src="_ArrayLikeIsArray.js"></script>
<!-- https://github.com/Leaflet/Leaflet -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.5/leaflet.min.js"></script>
<!-- https://github.com/dribnet/strokes -->
<script type="text/javascript" src="blade-tutorial1.js"></script>
</body>
</html>
Modified http://cdn.leafletjs.com/leaflet-0.5/leaflet.js to a secure url
https://cdn.leafletjs.com/leaflet-0.5/leaflet.js