Select to view content in your preferred language

Map.IsLogoVisible not working in ArcGIS Silverlight viewer template

1701
1
02-08-2012 10:05 AM
DavidZhong
Emerging Contributor
When you look at the Map.xml file in the ViewerApplication created by ArcGIS Silverlight viewer template in Visual Studio, the value of Map.IsLogoVisible is set to False. Howerver when you run the application, you will see the ESRI logo still there.

Map.xml in ArcGIS Silverlight viewer template:

<esri:Map xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
   xmlns:esri="http://schemas.esri.com/arcgis/client/2009"
   xmlns:esriMapping="http://schemas.esri.com/arcgis/mapping/2009"
   xmlns:esriExtensibility="http://schemas.esri.com/arcgis/client/extensibility/2010">
  <esriMapping:ScaleBarExtensions.ScaleBarMapUnit>Meters</esriMapping:ScaleBarExtensions.ScaleBarMapUnit>
  <esri:Map.IsLogoVisible>False</esri:Map.IsLogoVisible>
  <esri:Map.Extent>
    <esri:Envelope XMin="-15499611.752488" XMax="-5753581.74313559" YMin="2862067.82166302" YMax="6681909.77215536">
      <esri:Envelope.SpatialReference>
        <esri:SpatialReference WKID="102100" />
      </esri:Envelope.SpatialReference>
    </esri:Envelope>
  </esri:Map.Extent>
  <esri:ArcGISTiledMapServiceLayer Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" esriExtensibility:Document.IsBaseMap="True" esriExtensibility:MapApplication.LayerName="Topographic"/>
</esri:Map>

Does anybody know how to take out the ESRI logo in ArcGIS Viewer for silverlight?

Any help would be really appreciated.

David
0 Kudos
1 Reply
KatherineDalton
Esri Regular Contributor
Hi David,

This thread might be helpful for you: Remove" rel="nofollow" target="_blank">http://forums.arcgis.com/threads/48472-Remove-Powered-by-ESRI... Powered by ESRI on map window.

Katy
Katy Dalton | Technical Consultant
THE SCIENCE OF WHERE™
0 Kudos