From d03f87c702dbe7456b5e7bedca0fdcae041f16f4 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 13 Mar 2021 18:10:26 +0800
Subject: [PATCH] mainMapWidget
---
public/map/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/public/map/index.html b/public/map/index.html
index f2c7eca..8f218cd 100644
--- a/public/map/index.html
+++ b/public/map/index.html
@@ -54,7 +54,7 @@
_AppEvent.addAppEventListener("mapLoad", function(map){
if (locationObj && locationObj != null) {
- map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14);
+ map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 16);
}
});
if (openId) showFun(openId);
--
Gitblit v1.9.3