Hi Robert,Thanks for your reply. For some reasons, it was clipping the feature geometries by the intersected resulting geometry and not refreshed. I had to go through layers and refresh layers as shown below:MapUtil.forEachMapLayer(map, function(layer:Layer):void
{
layer.refresh();
})I added above refresh function to clear() as well as new widgetclosehandler (dispatched when widget gets removed) in a mean time to fix the issue I was experiencing.Shingo
Shingo Ikeda
Geospatial Data Scientist/Developer - Geographical Information Platform
Global Power Generation - Digital Satellite USA and Canada