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);