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
This commit is contained in:
pgiraud
2008-07-11 11:44:10 +00:00
parent 737fd7682a
commit cf0f651442

View File

@@ -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",