Cannot load local exploded tile cache

4388
5
Jump to solution
03-26-2015 08:11 AM
MarcoPiccolino1
New Contributor III

Hi there,

we made a small test by loading a tiny tile cache generated by Arcgis Server 10.2.2 both in compressed  and exploded formats.

The compressed tiles (C) display just fine, however the exploded ones (X) do not show up.

See the attached packages.

Thanks a lot,

Marco

0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

Marco-

It looks like this is a documentation bug. We only support working with TPKs directly or compact tile caches. Exploded tile caches are not supported in the Runtime. This is consistent across all of the Runtime APIs. We will be updating the doc to reflect this.

Sorry for the confusion.

-Luke

View solution in original post

5 Replies
MarcoPiccolino1
New Contributor III

Here is the calling code (QML):

Map {
     anchors.fill: parent
     wrapAroundEnabled: true
          ArcGISLocalTiledLayer {
          path: ArcGISRuntime.installDirectory + "/sdk/samples/data/TestCacheC"
     }
}
0 Kudos
LucasDanzinger
Esri Frequent Contributor

Marco-

Which property do you call on export tiles to give you the "exploded" version?

Thanks,

Luke

0 Kudos
LucasDanzinger
Esri Frequent Contributor

Nevermind, I see the option in ArcMap. I'll take a look into this.

LucasDanzinger
Esri Frequent Contributor

Marco-

It looks like this is a documentation bug. We only support working with TPKs directly or compact tile caches. Exploded tile caches are not supported in the Runtime. This is consistent across all of the Runtime APIs. We will be updating the doc to reflect this.

Sorry for the confusion.

-Luke

MarcoPiccolino1
New Contributor III

Luke, thanks for checking -- of course this is very disappointing 🙂

M

0 Kudos