Select to view content in your preferred language

js api 2.0 map powered by my company

820
2
06-30-2010 06:12 AM
KevinGooss
Regular Contributor
I just upgraded to the js api 2.0 and I noticed a little something funny - in the bottom right hand corner of my map there is now a small icon indicating that the map is "powered by esri".
How do i get rid of that?
I pay esri so that my maps can be powered by me, using esri.
0 Kudos
2 Replies
AdamPfister
Esri Contributor
check the options for the map when you are creating it

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

http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/map.htm#MapConst
0 Kudos
stevegourley
Frequent Contributor
0 Kudos