egovamap 0.17.15 → 0.17.16

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.
@@ -166,7 +166,7 @@ var egovaBI = function(globeMap, gisMap, mapType){
166
166
  };
167
167
  if (options.clusterStyle.clusterEnabled) {
168
168
  clusterOption = {
169
- clusterType: 1,
169
+ clusterType: options.clusterStyle.clusterType,
170
170
  distance: options.clusterStyle.clusterDistance,
171
171
  style: null,
172
172
  labelStyle: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.17.15",
3
+ "version": "0.17.16",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {