egovamap 0.35.52 → 0.35.53

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.
@@ -61,7 +61,9 @@ var egovamapMEx = function (gisMobileMap) {
61
61
  'getAllRegionByXY',
62
62
  'pointInPolygon',
63
63
  'addWMSLayer',
64
- 'activeLayer'
64
+ 'activeLayer',
65
+ 'showGeoserverVTLayer',
66
+ 'setGeoserverVTLayer'
65
67
  ];
66
68
  //业务接口
67
69
  var methodBusEx = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.52",
3
+ "version": "0.35.53",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {