egovamap 0.35.21 → 0.35.22

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.
@@ -60,7 +60,8 @@ var egovamapMEx = function (gisMobileMap) {
60
60
  'getLength',
61
61
  'getAllRegionByXY',
62
62
  'pointInPolygon',
63
- 'addWMSLayer'
63
+ 'addWMSLayer',
64
+ 'activeLayer'
64
65
  ];
65
66
  //业务接口
66
67
  var methodBusEx = [
@@ -365,6 +365,7 @@ var EGovaMobileMap = function (
365
365
  "getAllRegionByXY",
366
366
  "pointInPolygon",
367
367
  "addWMSLayer",
368
+ 'activeLayer'
368
369
  ];
369
370
  //业务接口
370
371
  var methodBusEx = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.21",
3
+ "version": "0.35.22",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {