egovamap 0.31.4 → 0.31.6

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.
@@ -106,7 +106,7 @@ var egovaBI = function (globeMap, gisMap, mapType) {
106
106
  let clear = options.common.clear;
107
107
  let highLightType = -1;
108
108
  let infoStyle = null;
109
- let renderCanvas = null;
109
+ let renderCanvas = options.option.renderCanvas;
110
110
  let tagName = layerName;
111
111
  let clusterOption = null;
112
112
 
@@ -96,7 +96,8 @@ var egovamapMEx = function (gisMobileMap) {
96
96
  "addControl",
97
97
  "addMapvLayer",
98
98
  "removeMapvLayer",
99
- "changeMultiObjectCurrentPositionAngle"
99
+ "changeMultiObjectCurrentPositionAngle",
100
+ 'getOriginalMap'
100
101
  ];
101
102
  methodEx = methodEx.concat(methodBusEx);
102
103
  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.31.4",
3
+ "version": "0.31.6",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {