I want to be able to use the identify task to only return layers, instead of individual features of the layers. The idea is that someone can click on point or create and extent and the tool will return when layers are in the extent.
I can use the identify task as it is, (hijack the results from the task to only show layers) but the layers have tons of features and the processes time out. I've tried setting the MaxRecordCount in the map service configuration file to 10, but that doesn't seem to help.
Any ideas...?