.name)
Sean,
After making the addition of the drive time to the identify widget myself It is immediately apparent that the identify task is incapable to using such complicated geometry for it's input. I have gone as far as extracting just the exterior most ring of the polygon and yet it still fails 95% of the time I have also tried to ensure the polygon is simple by sending through the simplify routine on the geometry service to no avail. I wound now say that any attempt to use this two together are doomed for disappointment.
BTW: My plate is overloaded as it is so I don't look for anything else to fall off it.
trace (featureSet);
var graphic:Graphic = new Graphic(mapPoint, sms_circleAlphaSizeOutline);
graphicsLayer = new GraphicsLayer(); graphicsLayer.symbol = identPicSymbol; graphicsLayer.renderer = uniqueValueRenderer; map.addLayer(graphicsLayer);