Failed to load resource: net::ERR_CONNECTION_TIMED_OUT

http://59.108.92.220:8080/crossdomain.xml

var mapServerUrl = "http://59.108.92.220:8080/ArcGIS/rest/services/horseMap/chinaMap_terrain/MapServer";//全国地图服务地址

可以正常访问到,但地图没有出来 

MapFrame/Scripts/MapOperation.js修改如下 :

//添加底图:切圖TiledLayer,动态DynamicLayer
    hmap.addBaseMap([new HMap.TiledLayer(mapServerUrl)]);//亦庄现场地图是动态图,但是本地测试用的是切片地图



你可能感兴趣的:(ArcGis)