egovamap 0.35.33 → 0.35.34

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.
@@ -611,7 +611,7 @@ var EGovaGISMap = function (
611
611
  that.zoomToExtent = function (minX, minY, maxX, maxY) {
612
612
  if (scene == null) return;
613
613
  that.callMap(
614
- "zoomToExtent",
614
+ "setMapExtent",
615
615
  Number(minX),
616
616
  Number(minY),
617
617
  Number(maxX),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.33",
3
+ "version": "0.35.34",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {