[Pkg-javascript-commits] [leaflet-markercluster] 91/219: Delete showCoverageOnHover-vertically-aligned-markers.html

Jonas Smedegaard dr at jones.dk
Sat May 7 09:39:15 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 3fd3e0d65b834ab1817a2daac156a74334ac00f2
Author: olive380 <olive380 at users.noreply.github.com>
Date:   Thu Aug 6 23:09:07 2015 +0200

    Delete showCoverageOnHover-vertically-aligned-markers.html
---
 ...CoverageOnHover-vertically-aligned-markers.html | 41 ----------------------
 1 file changed, 41 deletions(-)

diff --git a/example/showCoverageOnHover-vertically-aligned-markers.html b/example/showCoverageOnHover-vertically-aligned-markers.html
deleted file mode 100644
index e32f4e3..0000000
--- a/example/showCoverageOnHover-vertically-aligned-markers.html
+++ /dev/null
@@ -1,41 +0,0 @@
-<html>
-<head>
-	<title>Leaflet debug page</title>
-
-	<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" />
-	<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet-src.js"></script>
-	<meta name="viewport" content="width=device-width, initial-scale=1.0">
-	<link rel="stylesheet" href="screen.css" />
-
-	<link rel="stylesheet" href="../dist/MarkerCluster.css" />
-	<link rel="stylesheet" href="../dist/MarkerCluster.Default.css" />
-	<script src="../dist/leaflet.markercluster-src.js"></script>
-</head>
-<body>
-
-	<div id="map"></div>
-	<script type="text/javascript">
-
-		var tiles = L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
-				maxZoom: 18,
-				attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
-			}),
-			latlng = new L.LatLng(50.5, 30.51);
-
-		var map = new L.Map('map', {center: latlng, zoom: 15, layers: [tiles]});
-
-		var markers = new L.MarkerClusterGroup();
-		var m;
-
-		m = new L.Marker([50.5, 30.51]);
-		markers.addLayer(m);
-		m = new L.Marker([50.501, 30.51]);
-		markers.addLayer(m);
-                m = new L.Marker([50.502, 30.51]);
-		markers.addLayer(m);
-
-		map.addLayer(markers);
-		
-	</script>
-</body>
-</html>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list