使用产品:iportal 9d 901 iclient9-leaflet9.1.1操作系统:win7 x64
数据类型: oracle 11g x64 或 文件型
问题详细描述:leaflet使用L.supermap.wmtsLayer()调用iportal代理后的wmts服务授权失败
代码如下:
SuperMap.SecurityManager.registerKey(url,key);//统一权限认证
L.supermap.wmtsLayer(url,{
layer:'VEC',
tilematrixSet:"ChinaPublicServices_VEC",
format: "image/png",
zoomOffset:0,
isLabel:false
}).addTo(map);