浏览代码

Merge branch 'fix' into 'master'

fix

See merge request BA/amap-shapes-generator!11
wd 7 年之前
父节点
当前提交
1989d271e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -280,7 +280,7 @@ function getPolygon(polygonProps, polygonAndMarkerStyle) {
     if (polygonAndMarkerStyle) {
     if (polygonAndMarkerStyle) {
         imageName = polygonAndMarkerStyle.imageName
         imageName = polygonAndMarkerStyle.imageName
         lineWidth = polygonAndMarkerStyle.lineWidth
         lineWidth = polygonAndMarkerStyle.lineWidth
-        strokeCOlor = polygonAndMarkerStyle.strokeColor
+        strokeColor = polygonAndMarkerStyle.strokeColor
         fillColor = polygonAndMarkerStyle.fillColor
         fillColor = polygonAndMarkerStyle.fillColor
     }
     }