Re: [OpenLayers-Users] Help with creating custom controls

2007-11-22 Thread Paul Spencer
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

[OpenLayers-Users] Help with creating custom controls

2007-11-21 Thread Vish Uma
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