egovamap 0.35.60 → 0.35.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -228,7 +228,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
228
228
  critical: options.clusterStyle.critical || 10,
229
229
  level: options.clusterStyle.level,
230
230
  clickShowSpiralPoint: options.clusterStyle.clickShowSpiralPoint,
231
- skipClusterExpand: ctrOption.skipClusterExpand || false,
231
+ skipClusterExpand: options.skipClusterExpand || false,
232
232
  labelStyle: {
233
233
  type: "text",
234
234
  color: options.clusterStyle.fillColor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.60",
3
+ "version": "0.35.61",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {