//new S3MTilesLayer instance
var S3MTilesLayer = new S3MTilesLayer({
gl : gl,
servers : ["http://localhost:8090"],
urls : ["http://localhost:8090/data/tile_001.xml","http://localhost:8090/data/tile_002.xml"],
position : [10,20],
name : ["S3MTilesLayer"]
});
在参考中,看到的代码,其中urls中介绍是包含xml的地址的数组。但是我通过超图桌面端,进行生成S3M的缓存文件夹中只有如下文件:
请问参考中,要求的xml怎么获得?