I tried to add a graphic with new symbol
such as
var symbol = new SimpleFillSymbol(....
var g = new Graphic(evt.graphic.geometry, symbol );
map.graphics.add(g);
it works in feature's mouse-over (hover) but not click event?..
i.e.. work in layer.on('mouse-over', function (evt) { ...
but not in layer.on('click', function (evt) { ...
Am I missing something?
Thanks