laptop and a wrench

Bug

MapBox image tiles appear shifted in a runtime application.

Last Published: October 12, 2016 ArcGIS Runtime SDK
Bug ID Number BUG-000097972
SubmittedJuly 22, 2016
Last ModifiedJune 5, 2024
Applies toArcGIS Runtime SDK
Version found10.2.7
Operating SystemWindows OS
Operating System Version8.1
StatusNon-Reproducible

Additional Information

The Web Mercator extent being used for the tiles is incorrect. In MBTilesLayer.cs: Replace line: var envWeb = (Envelope)GeometryEngine.Project(envWGS, SpatialReference.Create(3857)); With: var envWeb = new Envelope(-20037508.3427892, -20037508.3427892, 20037508.3427892, 20037508.3427892, SpatialReferences.WebMercator);

Steps to Reproduce

Bug ID: BUG-000097972

Software:

  • ArcGIS Runtime SDK

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