[OpenLayers-Commits] r7487 - trunk/openlayers/examples
commits at openlayers.org
commits at openlayers.org
Fri Jul 11 07:44:10 EDT 2008
Author: pgiraud
Date: 2008-07-11 07:44:10 -0400 (Fri, 11 Jul 2008)
New Revision: 7487
Modified:
trunk/openlayers/examples/stylemap.html
Log:
typo, strokeRadius doesn't exist, it's meant to be strokeWidth
no functionnal change
Modified: trunk/openlayers/examples/stylemap.html
===================================================================
--- trunk/openlayers/examples/stylemap.html 2008-07-09 15:56:00 UTC (rev 7486)
+++ trunk/openlayers/examples/stylemap.html 2008-07-11 11:44:10 UTC (rev 7487)
@@ -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",
More information about the Commits
mailing list