Only call dashStyle when strokeDashstyle is set. r=tschaub (closes #2768)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10621 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-08-15 19:53:14 +00:00
parent 5a8775cd16
commit 9ae54040db
6 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ OpenLayers.Symbolizer.Polygon = OpenLayers.Class(OpenLayers.Symbolizer, {
* "longdash", "longdashdot", or "solid") will not work in SLD, but
* most SLD patterns will render correctly in OpenLayers.
*/
strokeDashstyle: "solid",
strokeDashstyle: null,
/**
* APIProperty: fillColor