egovamap 0.13.0 → 0.13.1
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/egovamap.js +1 -1
- package/package.json +1 -1
package/egovamap/egovamap.js
CHANGED
|
@@ -48,7 +48,7 @@ var EGovaMap = function (containerID, callback, mapConfig, mapType, mapParam, co
|
|
|
48
48
|
|
|
49
49
|
//hth 调用三维接口时,是否同步调用二维gis接口,默认false
|
|
50
50
|
if(context.synchroSetting === undefined) {
|
|
51
|
-
this.synchroSetting =
|
|
51
|
+
this.synchroSetting = true
|
|
52
52
|
} else {
|
|
53
53
|
this.synchroSetting = context.synchroSetting
|
|
54
54
|
}
|