egovamap 0.33.18 → 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.
@@ -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
- true,
513
+ zoom,
513
514
  false,
514
515
  null,
515
516
  null,
@@ -12,6 +12,7 @@ var egovamapMEx = function (gisMobileMap) {
12
12
  "clearSelectFeature",
13
13
  "showWFSLayer",
14
14
  "showWMSLayer",
15
+ "showWMSLayerV22",
15
16
  "showGridVectorLayer",
16
17
  "switchBaseLayer",
17
18
  "clearControl",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.33.18",
3
+ "version": "0.33.20",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {