Select to view content in your preferred language

Thematic Widget

2313
3
01-15-2014 12:57 PM
GregSnelling
Regular Contributor
I'm configuring the Thematic Widget to work with a parcel polygon layer.  I'm receiving the error message that says: "Service does not support dynamic layers, please enable dynamic layers on the service. 

The strange thing is,  I've enable dynamic layers and verified by looking at the map service properties. 

The thematic widget .xml config looks correct.

Any ideas? 

Thanks,
Greg
Tags (2)
0 Kudos
3 Replies
GISDev1
Deactivated User
I'm configuring the Thematic Widget to work with a parcel polygon layer.  I'm receiving the error message that says: "Service does not support dynamic layers, please enable dynamic layers on the service. 

The strange thing is,  I've enable dynamic layers and verified by looking at the map service properties. 

The thematic widget .xml config looks correct.

Any ideas? 

Thanks,
Greg


Have you checked the http traffic to see that actual parameter being passed back from the ArcGIS Server?
0 Kudos
GregSnelling
Regular Contributor
I've never done that before.  Let me confess that I'm new to the webGIS development world, but the the flexviewer seems like a good tool for my organization to transition.  Thanks for the advice.

I suppose I need a browser add-in like HttpFox? 

-Greg
0 Kudos
GISDev1
Deactivated User
I've never done that before.  Let me confess that I'm new to the webGIS development world, but the the flexviewer seems like a good tool for my organization to transition.  Thanks for the advice.

I suppose I need a browser add-in like HttpFox? 

-Greg


Yes, or you could use the built-in Developer Tools in Firefox or IE. You'll want to find the Network tab. This is a very smart first step to starting any web development. You will save many days of work.
0 Kudos