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.
package/egovamap/egovamapMEx.js
CHANGED
|
@@ -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++) {
|
package/egovamap/egovamobile.js
CHANGED
|
@@ -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++) {
|