egovamap 0.35.28 → 0.35.29

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.
@@ -115,6 +115,8 @@ var egovamapMEx = function (gisMobileMap) {
115
115
  "xkMoveTraceByTime",
116
116
  "xkSetTraceStatus",
117
117
  "UpdateMapSize",
118
+ "setTraceHisGradientTotalTime",
119
+ "setTraceHisGradientRun"
118
120
  ];
119
121
  methodEx = methodEx.concat(methodBusEx);
120
122
  for (let index = 0; index < methodEx.length; index++) {
@@ -419,6 +419,8 @@ var EGovaMobileMap = function (
419
419
  "xkMoveTraceByTime",
420
420
  "xkSetTraceStatus",
421
421
  "UpdateMapSize",
422
+ "setTraceHisGradientTotalTime",
423
+ "setTraceHisGradientRun"
422
424
  ];
423
425
  methodEx = methodEx.concat(methodBusEx);
424
426
  for (let index = 0; index < methodEx.length; index++) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.28",
3
+ "version": "0.35.29",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {