egovamap 0.29.5 → 0.30.1

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.
@@ -599,7 +599,9 @@ var egovaBI = function (globeMap, gisMap, mapType) {
599
599
  );
600
600
  });
601
601
  callback && callback(dataList);
602
- showParts(dataList);
602
+ if(!options.onlyGetData) {
603
+ showParts(dataList);
604
+ }
603
605
  });
604
606
  });
605
607
  };
@@ -1018,7 +1018,8 @@ var EGovaGISMap = function (
1018
1018
  hasHover,
1019
1019
  layerID,
1020
1020
  mouseOutCallback,
1021
- options
1021
+ options,
1022
+ changeObjectID
1022
1023
  ) {
1023
1024
  if (scene == null) return;
1024
1025
  // 移除监听
@@ -1063,6 +1064,7 @@ var EGovaGISMap = function (
1063
1064
  hasHover,
1064
1065
  layerID,
1065
1066
  options,
1067
+ changeObjectID
1066
1068
  ],
1067
1069
  },
1068
1070
  parentScene,
@@ -2068,7 +2068,8 @@ var EGovaMap = function (
2068
2068
  hasHover,
2069
2069
  layerID,
2070
2070
  mouseOutCallback,
2071
- options
2071
+ options,
2072
+ changeObjectID
2072
2073
  ) {
2073
2074
  if (scene == null) return;
2074
2075
  if (gisMap != null && that.synchroSetting === true) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.29.5",
3
+ "version": "0.30.1",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {