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.
- package/egovamap/egovaBI.js +1 -0
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
|
@@ -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",
|