laptop and a wrench

Bug

1x564 scale level is not visible for VETiledLayer by default. Where data is available, this scale level appears in http://www.bing.com/maps/

Last Published: May 17, 2019 ArcGIS API for JavaScript
Bug ID Number NIM079815
SubmittedApril 10, 2012
Last ModifiedJune 5, 2024
Applies toArcGIS API for JavaScript
Version found2.7
Program languageJavaScript
StatusWill Not Be Addressed

Additional Information

No plans to address at unsupported version.

Workaround

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);});}

Steps to Reproduce

Bug ID: NIM079815

Software:

  • ArcGIS API for JavaScript

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options