Vish,
The easiest way to create a custom control is to find an existing
control that does something close to what you want (thinking in terms
of interaction with the user) and modify it appropriately by changing
the control name throughout the code, and then implementing your query
capabil
Hi All,
I am pretty new to OpenLayers and am trying to figure out how I can create a
custom control in OpenLayers that can be placed in the ToolBar and will be
used to query some data from our server.
I would appreciate it if somebody could point me towards an example or
instructions on how that