WMTS來源網址。
事件回呼,呼叫次數隨著WMTS圖層數量而變動。
ov.getWMTSLayerInfo("http://127.0.0.1/wmts", function(result){
if (result !== null){
console.log(result.url + " " + result.identifier + " " + result.epsg);
}
});
Generated using TypeDoc
取得WMTS圖層資訊。