Select to view content in your preferred language

hide esri logo

738
3
10-12-2010 09:17 PM
MethaChueharn
New Contributor
Is there a way to hide esri logo at the right bottom of the map? Thank you.
0 Kudos
3 Replies
MichaelBranscomb
Esri Frequent Contributor
Hi,

It is not possible to remove the ESRI logo in the lower right corner of the map.

Regards

Mike
0 Kudos
JamesSchmidt
New Contributor
Print your Map to Adobe (or Bullzip, etc.), and drop a custom Watermark right on top...

Low tech, works great!
0 Kudos
RyanTwilley
Deactivated User
in your map options object, add logo: false. for example

map = new esri.Map("mapDivId", { logo: false });
0 Kudos