I have access to number of ESRI Mapservices and would like to be able to access specific layers within the mapservices in my online map application I am working on creating with the ESRI Javascript API.
I have looked at and hoped that I could use this sample map
http://help.arcgis.com/en/webapi/javascript/arcgis/demos/map/map_legendvisible.html
and substitute some of the data I have access to.
When I do substitute mapservices that we have here, the sample map will toggle on and off the entire mapservice and not the specific layer I was hoping it would.
Here is the mapservice I am trying to access with this code.
http://gis1.co.frederick.va.us/ArcGIS/rest/services/Planning/testplanning/MapServer
I would love to hear from someone about a solution.. Nothing seems as straight forward as it looks..