Select to view content in your preferred language

Legend and ArcGISTiledMapServiceLayer

2387
4
12-03-2010 09:09 AM
RyanCoodey
Frequent Contributor
First off, thanks for the Final 2.1 API, its very good stuff!

Question 1,  is there any way to treat ArcGISTiledMapServiceLayer as "Flat" legend items? 

In our maps we have ArcGISDynamicMapServiceLayers and ArcGISImageServiceLayers which are all hitting our own server, and we also have ArcGISTiledMapServiceLayers which are hitting several ESRI servers for Imagery, Topo and Street... The ESRI services need to be in the TOC but not expandable and no legend, I want them to look and feel like the ArcGISImageServiceLayers since they are imagery as well.  Any way to do this?

Question 2, not related to the topic and more a Server question... but is there any way to add "Copyright" text to an ArcGISImageServiceLayer at the service level (non-programatically)?

Thanks a lot!
0 Kudos
4 Replies
DominiqueBroux
Esri Frequent Contributor
You can remove the legend items of the ESRI services by hooking up the 'Refreshed' event.
What you did for adding items for Image service, you can also do it for removing items that you don't need.
(or another option,  you can set 'Expanded' to false so the items are there but not visible).

Sorry no idea for your question 2.:confused:
0 Kudos
OzanEmem
Deactivated User
Ryan;
for your second question, on image server side, watermark might be an option.
0 Kudos
DaveTimmins
Deactivated User
Hi Ryan,

you can set the copyright text on the map document using ArcMap prior to publishing it to server.

Cheers,
0 Kudos
LarsHuttar
Regular Contributor
Ryan;
for your second question, on image server side, watermark might be an option.
How would you accomplish that? Is there a watermark setting you can turn on?
I'm actually more interested in watermarking an ArcGIS Server tiled map service rather than an image server service, so hoping you'll have an answer that applies to the former as well.

Lars
0 Kudos