haoxinlei 7 years ago
parent
commit
8851c5c683
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

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