Community
All Communities
Products
ArcGIS Pro
ArcGIS Survey123
ArcGIS Online
ArcGIS Enterprise
Data Management
ArcGIS Experience Builder
Geoprocessing
ArcGIS Web AppBuilder
ArcGIS Field Maps
ArcGIS Dashboards
ArcGIS StoryMaps
All Products Communities
Industries
Education
Water Resources
State & Local Government
Transportation
Gas and Pipeline
Water Utilities
Roads and Highways
Natural Resources
Telecommunications
Imagery and Remote Sensing Insights (IRIS) COP
Electric
All Industries Communities
Developers
Python
JavaScript Maps SDK
Native Maps SDKs
ArcGIS API for Python
ArcGIS Pro SDK
ArcObjects SDK
Developers - General
ArcGIS REST APIs and Services
ArcGIS Online Developers
Game Engine Maps SDKs
File Geodatabase API
All Developers Communities
Global
Comunidad Esri Colombia - Ecuador - Panamá
ArcGIS 開発者コミュニティ
Czech GIS
Europe
ArcNesia
Asia Pacific
Americas
Comunidad GEOTEC
Esri India
GeoDev Germany
ArcGIS Content - Esri Nederland
All Global Communities
All Communities
Developers
User Groups
Industries
Services
Community Resources
Global
Events
Learning
Networks
ArcGIS Topics
Products
View All Communities
ArcGIS Ideas
GIS Life
Community Resources
Community Help Documents
Community Blog
Community Feedback
Member Introductions
All Community Resources
Sign In
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show
only
|
Search instead for
Did you mean:
Cancel
Home
:
All Communities
:
Products
:
ArcGIS for Microsoft
:
ArcGIS for Microsoft 365
:
ArcGIS for SharePoint
:
ArcGIS for SharePoint Questions
:
remove esri logo
Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
Select to view content in your preferred language
Translate Now
remove esri logo
Subscribe
3220
4
07-06-2011 02:37 PM
by
ChrisBradberry
Deactivated User
07-06-2011
02:37 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hey,
Does anybody know if you can remove the esri logo at the bottom right corner of the map?
Thanks,
Chris
Tags
(3)
Tags:
_sharepoint
analysis
esri_maps
Reply
0
Kudos
All Posts
Previous Topic
Next Topic
4 Replies
by
RahulMetangale
Emerging Contributor
07-07-2011
09:41 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi Chris,
Try MapApplication.Current.Map.IsLogoVisible=false;
Reply
0
Kudos
by
ChrisBradberry
Deactivated User
07-07-2011
10:55 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Rahul,
Where do you put that code? I tried putting it in a text editor web part, but it did not work.
Chris
Reply
0
Kudos
by
AlagiriVenkatac
hal
Esri Contributor
07-07-2011
02:40 PM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi Chris,
To do this, you could create a Map behavior by extending the Map Web Part as discussed in the below doc:
http://help.arcgis.com/en/webapps/sharepoint/help/WritingMapBehaviors.html
and illustrated in the Interactive SDK sample:
http://sharepoint.arcgis.com/SitePages/Disable%20Map%20Animation.aspx
Upon attaching the Behavior, you would have to make a call to "Map.IsLogoVisible = false"; this should make the logo not visible. You would get access to the Map through the AssociatedObject (shown in the above doc also).
-Alagiri
Reply
0
Kudos
by
RahulMetangale
Emerging Contributor
07-11-2011
06:15 AM
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Hi Chris,
Attached is sample behavior to hide ESRI logo based on Alagiri's instructions. Please follow the steps from following url to configure the behavior:
http://help.arcgis.com/en/webapps/sharepoint/help/ConfiguringExtensions.html
-Rahul
SharepointESRILogo.zip
Reply
0
Kudos
Post Reply