Hello ThinkGeo,
Using Inmemoryfeaturelayer, I have a single-point shape plotted. So, I tried initially with the mouse down with EditInteractiveOverlay class with
editlayer.MapMouseDown += new EventHandler(_MapMouseDown) and this works great
So my requirement: I want to do either on mouseenter or mouseover on a point a shape ..I want to display custompopup with queryfeature option(), and this helps when I have plotted more poinshapes.
I'm here with attaching code,please let us know why the popup is not appearing when user's mouse over a point?? Appreciate early reply on this.
SimplePointShape.txt (6.31 KB)