public/map/index.html
@@ -59,9 +59,9 @@ } function mapLoad(map) { if(locationObj) { map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14); } // if(locationObj) { // map.centerAndZoom(new esri.geometry.Point(locationObj.x,locationObj.y, new esri.SpatialReference({ wkid: 4326 })), 14); // } } </script>