Select to view content in your preferred language

Sublayer DynamicMapService

796
5
07-05-2010 04:17 AM
SamuelDantas
Emerging Contributor
I trying to let the user of my application to change the sublayer colors in a DynamicMapServiceLayer. Is it possible to achieve? Is there another approach to get the same effect (another kind of layer than DynamicMapServiceLayer maybe)?
0 Kudos
5 Replies
dotMorten_esri
Esri Notable Contributor
The REST service does not allow for this, thus the client API's can't do it either.
0 Kudos
SamuelDantas
Emerging Contributor
Is there another way to achieve this, just like ArcMap does?
0 Kudos
SamuelDantas
Emerging Contributor
Any idea?
I need to know if this is at least possible.
0 Kudos
LanceCrumbliss
Frequent Contributor
DynamicMapServiceLayers are rendered on the server using the symbols defined per layer in the published map.  there is nothing the client-side application can do to change that (unless you want to use a FeatureLayer, but even that is not the same thing).  outside of a finer-grained arcobjects server-side approach (which wouldn't be very efficient in my opinion, and certainly not very easy) i don't think it's possible.
0 Kudos
dotMorten_esri
Esri Notable Contributor
As I mentioned in my previous answer this is not supported.
0 Kudos