Select to view content in your preferred language

Logo

496
1
11-03-2011 03:56 PM
NathalieNeagle
Regular Contributor
I know how to remove the ESRI standard logo

 map = new esri.Map("map", {
   extent: initExtent,
  logo:false
 });


But what about if I want to add my own logo...Can someone show me how to do that?

Thanks
Nathalie
0 Kudos
1 Reply
HemingZhu
Frequent Contributor
I know how to remove the ESRI standard logo

 map = new esri.Map("map", {
   extent: initExtent,
  logo:false
 });


But what about if I want to add my own logo...Can someone show me how to do that?

Thanks
Nathalie

http://forums.arcgis.com/threads/41800-Replace-ESRI-logo-with-custom-logo
0 Kudos