I am the beginner of OpenLayers.I am trying to override right click context menu on the map.Is it possible.How?If anyone have sample or examples please let me know.
Thanks for your help.
Best Regards,
Swapna.
|
I am the beginner of OpenLayers.I am trying to override right click context menu on the map.Is it possible.How?If anyone have sample or examples please let me know. Thanks for your help. Best Regards, | |||
|
feedback
|
|
You can try to look at this page: Spatial Notes: Capturing right-click events in OpenLayers (not my blog). I just tested the provided code and it seems to work. Try to copy and paste the code in the initialize function of your page;
Then to get the coords from the point location you can look at: How to display mouse position as tooltip in OpenLayers? and use the getLonLatFromPixel function.
| |||
|
feedback
|
|
Yes it is, but has nothing to do with OpenLayers.
| |||
|
feedback
|