I tried to reference a new basemap in the basemap list.
This basemap used a secure arcgis server map service, so a token.
How to specify the token?
it seems to be impossible to specify secure map service in this list.
I also tried to change the DefaultConfiguration.xml file, in which you can specify a default basemap. Here it's possible to set up a secure map service by adding the Token:
<e:ArcGISTiledMapServiceLayer Url="secureMapserviceUrl" Token="tokenForThisSecureMapService" cal:LayerProps.IsBaseMapLayer="True" cal:LayerProps.Title="myBaseMap"/>
Any solution ?
Thanks
olivier