1x564 scale level is not visible for VETiledLayer by default. Where data is available, this scale level appears in http://www.bing.com/maps/
上次发布: May 17, 2019ArcGIS API for JavaScript
漏洞 ID 编号
NIM079815
已提交
April 10, 2012
上次修改时间
June 5, 2024
适用范围
ArcGIS API for JavaScript
找到的版本
2.7
编程语言
JavaScript
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No plans to address at unsupported version.
解决办法
Use the following code to push an additional level of detail to the Bing layer.dojo.connect(veTileLayer, "onLoad", function() {console.log("ve: ", veTileLayer);veTileLayer.tileInfo.lods.push(new esri.layers.LOD({level":20,"resolution":0.149291071,"scale":564.248588,"startTileRow":0,"startTileCol":0,"endTileRow":1048575,"endTileCol":1048575}));veTileLayer.scales.push(564.248588);map.addLayer(veTileLayer);});}