egovamap 0.33.20 → 0.33.21

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.
@@ -225,6 +225,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
225
225
  clusterType: options.clusterStyle.clusterType,
226
226
  distance: options.clusterStyle.clusterDistance,
227
227
  style: null,
228
+ critical:options.clusterStyle.clusterDistance || 10,
228
229
  level: options.clusterStyle.level,
229
230
  clickShowSpiralPoint: options.clusterStyle.clickShowSpiralPoint,
230
231
  labelStyle: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.33.20",
3
+ "version": "0.33.21",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {