|
@@ -372,7 +372,7 @@ function getPolygonSelector(polygonAndMarkers) {
|
|
|
|
|
|
|
|
let setStyle = (style) => {
|
|
let setStyle = (style) => {
|
|
|
if (!style)
|
|
if (!style)
|
|
|
- return (shapeName) => { return {} }
|
|
|
|
|
|
|
+ return (shapeName) => { return {key:0} }
|
|
|
else
|
|
else
|
|
|
return (shapeName) => style[shapeName]
|
|
return (shapeName) => style[shapeName]
|
|
|
}
|
|
}
|