//

2162
3
Jump to solution
07-05-2017 09:14 AM
_____
by
New Member
 
0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

A couple of things:

If you go to that endpoint, you will see the following key - Single Fused Map Cache: true

This is basically synonymous with  a "cached tiled map service", so you should use the ArcGISTiledLayer class for this.

I'm actually not really sure how it is working with the map image layer. Maybe that is the hang up?

Another thought could be the 5.8 networking bug (not sure what version you are on) - https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-qt/blog... 

View solution in original post

3 Replies
LucasDanzinger
Esri Frequent Contributor

A couple of things:

If you go to that endpoint, you will see the following key - Single Fused Map Cache: true

This is basically synonymous with  a "cached tiled map service", so you should use the ArcGISTiledLayer class for this.

I'm actually not really sure how it is working with the map image layer. Maybe that is the hang up?

Another thought could be the 5.8 networking bug (not sure what version you are on) - https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-qt/blog... 

_____
by
New Member

//

0 Kudos
LucasDanzinger
Esri Frequent Contributor

Yea, it would be interesting to watch the traffic in Fiddler or something like that. My guess is the Server takes a bit of time to reproject all of that local raster data before it sends the images back. It is certainly not a trivial change, so a performance hit would likely be expected...