Select to view content in your preferred language

Change Text in Lower Right Corner of Public Notification App

3236
3
Jump to solution
10-17-2014 11:32 AM
Labels (1)
NeilMillward
New Contributor III

How do I change the text that reads "Bloomfield Township MI, Esri., Inc." to my City name?

0 Kudos
1 Solution

Accepted Solutions
LuciHawkins
Occasional Contributor III

In the new 10.2 version, in the folder  PublicNotificaiton\js\library\widgets\mapSettings   change line 112 of the mapSettings.js file:

change:

     showAttribution:  true   

to:

   

     showAttribution:  false

Hope this helps!

Luci

View solution in original post

0 Kudos
3 Replies
LuciHawkins
Occasional Contributor III

In the new 10.2 version, in the folder  PublicNotificaiton\js\library\widgets\mapSettings   change line 112 of the mapSettings.js file:

change:

     showAttribution:  true   

to:

   

     showAttribution:  false

Hope this helps!

Luci

0 Kudos
LuciHawkins
Occasional Contributor III

I haven't done it for any of my services, but I believe you will need to fill in the "Credits" section in the "Item Description" of your "Service Properties" using ArcCatalog or ArcGIS Server in order to add your City name to the attributes widget area.  As long as you have showAttribution: true and are using other people's resources, their attribution will show up also.

http://resources.arcgis.com/en/help/main/10.1/index.html#//00sp0000000r000000

Thanks,

Luci

0 Kudos
NeilMillward
New Contributor III

Thanks Luci,

That worked perfectly.

0 Kudos