@@ -641,7 +641,7 @@ export default { | |||
crossOrigin: "Anonymous", | |||
tileUrlFunction: function (coordinate) { | |||
return ( | |||
"http://gisraster.yunhengzhizao.cn:8080/arcgis/rest/services/demo/photo/MapServer/tile/" + | |||
"http://gisraster.yunhengzhizao.cn:8080/arcgis/rest/services/test/photo/MapServer/tile/" + | |||
coordinate[0] + | |||
"/" + | |||
coordinate[2] + |