From 4ae06d5be9d87dbd46653e43adc15afc5aa40162 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 12 Dec 2007 22:50:26 +0000 Subject: [PATCH] this fake renderer needs an eraseFeatures method - thanks pgiraud for catching this git-svn-id: http://svn.openlayers.org/trunk/openlayers@5388 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Layer/test_Vector.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Layer/test_Vector.html b/tests/Layer/test_Vector.html index 87bc441a94..d7593b560f 100644 --- a/tests/Layer/test_Vector.html +++ b/tests/Layer/test_Vector.html @@ -79,7 +79,8 @@ f = feature; s = style; }, - destroy: function() { } + destroy: function() { }, + eraseFeatures: function() {} };