on-the-fly custom feature graphics and filtering (design ideas)

1203
1
08-01-2011 12:47 PM
LukePhilips
New Contributor III
Attached is an example set of filters and symbol color sliders i'm putting together for an app. Looking for community input to how best accomplish this with the esri api. the data is all a point feature class. I assume the best way to do this would be consuming a feature service, not a map service? would it matter performance wise with potentially a couple thousand points on the map?
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
You should create an AGSFeatureLayer with choice of client side renderer (simple, unique or class breaks) which has symbols created from your filter/symbol color slider.

Regards,
Nimesh
0 Kudos