I have set of offline tiles of OSM
Can somebody tell how to load the same.
Thanks,
You could use the WebTiledLayer as described in the Notes section of the Description - WebTiledLayer Class | ArcGIS for Developers
Note: This layer requires a string as opposed to a URL, which is the required data format for most other layers. Use "http://" to reference an online layer and use the file path to a local tile cache when working with an offline layer (do not add the "file:///" prefix). For example, use "C:/dataPath/{level}/{column}/{row}.png" and not "file:///C:/dataPath/{level}/{column}/{row}.png"
"C:/dataPath/{level}/{column}/{row}.png"
"file:///C:/dataPath/{level}/{column}/{row}.png"
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.