egovamap 0.15.7 → 0.15.8

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.
@@ -306,6 +306,7 @@ var egovaBI = function(globeMap, gisMap, mapType){
306
306
  var drawParam = options.drawParam || {};
307
307
  var ctrOption = drawParam.clusterOption;
308
308
  var clusterOption = {
309
+ clusterType: ctrOption.clusterType,
309
310
  level: ctrOption.level || 0,
310
311
  style: {
311
312
  "type": "simple-marker",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.15.7",
3
+ "version": "0.15.8",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {