From cf0f6514423fb01e850824c64b6bd81f96b3743f Mon Sep 17 00:00:00 2001 From: pgiraud Date: Fri, 11 Jul 2008 11:44:10 +0000 Subject: [PATCH] typo, strokeRadius doesn't exist, it's meant to be strokeWidth no functionnal change git-svn-id: http://svn.openlayers.org/trunk/openlayers@7487 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/stylemap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stylemap.html b/examples/stylemap.html index 99cb2bc34d..344cacfa06 100644 --- a/examples/stylemap.html +++ b/examples/stylemap.html @@ -38,7 +38,7 @@ pointRadius: "${type}", // sized according to type attribute fillColor: "#ffcc66", strokeColor: "#ff9933", - strokeRadius: 2 + strokeWidth: 2 }), "select": new OpenLayers.Style({ fillColor: "#66ccff",