WPL Branches
WPL Branches in Leaflet
by copystar
HTML
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.css">
<div id="map"></div>
CSS
#map { height: 640px; width: 800px;}
JavaScript
// create a map in the "map" div, set the view to a given place and zoom
var map = L.map('map').setView([42.291,-83.005], 12);
// add an CloudMade tile layer
L.tileLayer('http://{s}.tile.cloudmade.com/b6c46846161b486db5f3a7dc21ee94e3/1930/256/{z}/{x}/{y}.png', {
attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
L.marker([42.296991,-83.05012]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1386">Bridgeview Library.</a><br> 1295 Campbell Ave.');
L.marker([42.30018,-83.004268]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1406">South Walkerville Library.</a><br>1425 Tecumseh Road East');
L.marker([42.284915,-83.006215]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1396">Remington Park Library.</a><br> 2710 Lillian St');
L.marker([42.316972,-82.9793]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1404">Seminole Community Library.</a><br> 4285 Seminole St');
L.marker([42.268296,-83.026716]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1384">Nikola Budimir Memorial Resource Library.</a><br> 1310 Grand Marais W');
L.marker([42.329794,-82.960902]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1399">Riverside Resource Library.</a><br>6305 Wyandotte St E');
L.marker([42.303067,-82.915847]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1394">Forest Glade - Optimist Library</a><br>3211 Forest Glade Dr.');
L.marker([42.299659,-83.077893]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1401">Sandwich Library</a><br>3312 Sandwich St.');
L.marker([42.31127,-83.03431]).addTo(map)
.bindPopup('<a href="http://www.windsorpubliclibrary.com/?page_id=1390">Central Resource Library</a><br>850 Ouellette...