egovamap 0.33.19 → 0.33.20
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 +2 -1
- package/package.json +1 -1
package/egovamap/egovaBI.js
CHANGED
|
@@ -477,6 +477,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
|
|
|
477
477
|
function showParts(data) {
|
|
478
478
|
var drawParam = options.drawParam || {};
|
|
479
479
|
var ctrOption = drawParam.clusterOption;
|
|
480
|
+
var zoom = options.zoom === undefined ? true : !!options.zoom;
|
|
480
481
|
var clusterOption = null;
|
|
481
482
|
if(ctrOption){
|
|
482
483
|
clusterOption = {
|
|
@@ -509,7 +510,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
|
|
|
509
510
|
}
|
|
510
511
|
var param = [
|
|
511
512
|
data,
|
|
512
|
-
|
|
513
|
+
zoom,
|
|
513
514
|
false,
|
|
514
515
|
null,
|
|
515
516
|
null,
|