Load tiles from disk in TMS format?

4359
2
Jump to solution
03-18-2015 05:06 PM
MarcoPiccolino1
New Contributor III

Is it possible/easy to load non-arcgis tiles into a layer?

Specifically, TMS tile resources stored in a directory structure?

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

For QML, we currently support ArcGIS Tiled map service layers, ArcGIS Local Tiled Layers (.tpk or ArcGIS tile cache), and Open Street Map services. Our C++ API has support for a Tile Handler that allows for pulling in tiles from other sources. This class or something similar has not yet made its way into the QML API. However, we have had a lot of interest expressed for this, so it is something in the works for an upcoming release.

Thanks,

Luke

View solution in original post

2 Replies
LucasDanzinger
Esri Frequent Contributor

For QML, we currently support ArcGIS Tiled map service layers, ArcGIS Local Tiled Layers (.tpk or ArcGIS tile cache), and Open Street Map services. Our C++ API has support for a Tile Handler that allows for pulling in tiles from other sources. This class or something similar has not yet made its way into the QML API. However, we have had a lot of interest expressed for this, so it is something in the works for an upcoming release.

Thanks,

Luke

MarcoPiccolino1
New Contributor III

Awesome, looking forward to this capability.

0 Kudos