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.
@@ -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 = false
51
+ this.synchroSetting = true
52
52
  } else {
53
53
  this.synchroSetting = context.synchroSetting
54
54
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {