This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
1 |
<!doctype html> |
2 |
<head> |
3 |
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script> |
4 |
<script type="text/javascript" src="http://underscorejs.org/underscore-min.js"></script> |
5 |
<script src="src/Label.js" type="text/javascript"></script> |
6 |
<script type="text/javascript" src="src/Marker.Label.js"></script> |
7 |
<script src="src/Path.Label.js"></script> |
8 |
<script src="src/Map.Label.js"></script> |
9 |
<script src="src/FeatureGroup.Label.js" type="text/javascript"></script> |
10 |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.css" /> |
11 |
<!--[if lte IE 8]> |
12 |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.ie.css" /> |
13 |
<![endif]--> |
14 |
<link rel="stylesheet" href="leaflet.label.css" type="text/css" media="screen" /> |
15 |
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> |
16 |
</head> |
17 |
<body> |
18 |
<b>Reload to reset</b> |
19 |
<div id="map" style="width: 800x; height: 600px; margin-top:30px;"></div> |
20 |
<script type="text/template" id="image-item-template"> |
21 |
<div id="image-wrapper"> |
22 |
<div><em><%= cnt %></em></div> |
23 |
<img src="<%= src %>" style="height:200px;width:200px;"> |
24 |
</div> |
25 |
</script> |
26 |
<script type="text/javascript" src="main.js"></script> |
27 |
<script> |
28 |
init(); |
29 |
</script> |
30 |
</body> |
31 |
</html> |