Select to view content in your preferred language

DefaultConfiguration with multiple services

571
1
01-11-2011 12:29 PM
RonnieRichards
Frequent Contributor
Is it possibile to add multiple services to the Default Configuration in SharePoint? We have a cached basemap with operational layers for dynamic text.

What is the syntax and tag for overlay, dynamic or operational layers?

Below is the default with our service name in place, how to add another service?

<?xml version="1.0" encoding="utf-8"?>
<e:Map xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
   xmlns:e="http://schemas.esri.com/arcgis/client/2009"
   xmlns:esriMapping="http://schemas.esri.com/arcgis/mapping/2009"
   xmlns:cal="clr-namespace:Five20;assembly=Cal.Silverlight">
  <esriMapping:ScaleBarExtensions.ScaleBarMapUnit>Feet</esriMapping:ScaleBarExtensions.ScaleBarMapUnit>
  <e:Map.Extent>
    <e:Envelope XMin="-13524411" YMin="4630369" XMax="-13499830" YMax="4643870">
      <e:Envelope.SpatialReference>
        <e:SpatialReference WKID="102100" />
      </e:Envelope.SpatialReference>
    </e:Envelope>
  </e:Map.Extent>
  <e:ArcGISTiledMapServiceLayer Url="http://servername/ArcGIS/rest/services/LG_BaseMap_WebMercator/MapServer" cal:LayerProps.IsBaseMapLayer="True" cal:LayerProps.Title="Basemap"/>
</e:Map>
0 Kudos
1 Reply
RobDunfey
Regular Contributor
Hi Ronnie,

Did you ever figure this out?  I'd like to do the same.

Does anyone from ESRI monitor this SharePoint forum?

Kind Regards,

Rob
0 Kudos