egovamap 0.35.25 → 0.35.28

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.
@@ -530,6 +530,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
530
530
  minSize: 30,
531
531
  clusterLimit: 20,
532
532
  style: "default",
533
+ disableDepthTestDistance: drawParam.disableDepthTestDistance,
533
534
  clusterImageInfo: {
534
535
  horizontalOrigin: "center",
535
536
  verticalOrigin: "bottom",
@@ -365,7 +365,8 @@ var EGovaMobileMap = function (
365
365
  "getAllRegionByXY",
366
366
  "pointInPolygon",
367
367
  "addWMSLayer",
368
- 'activeLayer'
368
+ 'activeLayer',
369
+ 'getIntersection'
369
370
  ];
370
371
  //业务接口
371
372
  var methodBusEx = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.25",
3
+ "version": "0.35.28",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {