How do I change the text that reads "Bloomfield Township MI, Esri., Inc." to my City name?
Solved! Go to Solution.
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
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
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
Thanks Luci,
That worked perfectly.