I have been trying to modify the basic examples to use leaflet.js, but I have not had much success. The map renders, but none of the points are shown.
I modified the head only of examples/basic_openlayers.html. Is anyone using timeline with leaflet? What am I missing?
This is the code:
<link rel="stylesheet" href="
http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="
http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.ie.css" />
<![endif]-->
<script src="
http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.js"></script>
<script type="text/javascript" src="../lib/jquery-1.6.2.min.js"></script>
<script type="text/javascript" src="
http://mapstraction.com/mxn/build/latest/mxn.js?(leaflet)"></script>
<script type="text/javascript" src="../lib/timeline-2.3.0.js"></script>
<script src="../src/timemap.js" type="text/javascript"></script>
<script type="text/javascript">
...
</script>
<link href="examples.css" type="text/css" rel="stylesheet"/>
<style>
div#timelinecontainer { height: 300px; }
div#mapcontainer { height: 300px; }
div.olFramedCloudPopupContent { width: 300px; }
</style>
</head>