Hi. I'm trying to add menus to my map application and there was no problems to do this on graphic objects ("edit", "delete", "show"...),
but also I want to add context menu to click any point of map and select "Place camera here", "Place object here", etc...
I found that empty graphic layer doesn't trigger mouse event at all and basemap tiled layer doesn't have mouse events and I can't use whole map mouse events because they override graphic objects clicks.
Should I use some kind of "filled" graphic layer ?