From 7656d10187f897783035c4dcb6d652139b7c4d65 Mon Sep 17 00:00:00 2001 From: danzel Date: Wed, 9 Jan 2013 11:12:05 +1300 Subject: [PATCH] Improve test case --- ...doesnt-update-cluster-on-bottom-level.html | 34 +++++++++++-------- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/example/old-bugs/doesnt-update-cluster-on-bottom-level.html b/example/old-bugs/doesnt-update-cluster-on-bottom-level.html index c046d7aaa..6b65f076d 100644 --- a/example/old-bugs/doesnt-update-cluster-on-bottom-level.html +++ b/example/old-bugs/doesnt-update-cluster-on-bottom-level.html @@ -21,18 +21,18 @@
-
- Bug #114. Markers are added to the map periodically. Bug was that after becoming a cluster (size 2 or 3 usually) they would never change again even if more markers were added to them.
+
+ Bug #114. Markers are added to the map periodically using addLayers. Bug was that after becoming a cluster (size 2 or 3 usually) they would never change again even if more markers were added to them.