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:
@@ -38,7 +38,7 @@
|
|||||||
pointRadius: "${type}", // sized according to type attribute
|
pointRadius: "${type}", // sized according to type attribute
|
||||||
fillColor: "#ffcc66",
|
fillColor: "#ffcc66",
|
||||||
strokeColor: "#ff9933",
|
strokeColor: "#ff9933",
|
||||||
strokeRadius: 2
|
strokeWidth: 2
|
||||||
}),
|
}),
|
||||||
"select": new OpenLayers.Style({
|
"select": new OpenLayers.Style({
|
||||||
fillColor: "#66ccff",
|
fillColor: "#66ccff",
|
||||||
|
|||||||
Reference in New Issue
Block a user