Select to view content in your preferred language

Support for using subdomains in service URL's?

1127
1
11-27-2011 09:11 AM
Joachim_EckboJuell
Occasional Contributor
Hi,

In the JavaScript API there is a (undocumented) property on the ArcGISTiledMapServiceLayer, "tileServers", where one can set an array of subdomains to use. This is a great work-around for the limit on simultaneous requests to the same domain that exists in most browsers. And with no need to create a custom layer.

Is this possible in the Silverlight API?
0 Kudos
1 Reply
DominiqueBroux
Esri Frequent Contributor
Subdomains are not publicly exposed by the SL API (despite that multiple tile servers are supported when the information is provided by the service metadata).
The only way to get it to work by code is to create a custom layer implementing GetTileUrl.
It's not that difficult and there is a sample in the documentation.
0 Kudos