Re: [OpenLayers-Users] Control documentation incomplete, inconsistent and misleading

2009-09-10 Thread Andreas Hocevar
P Kishor wrote: > On Thu, Sep 10, 2009 at 1:21 PM, Andreas Hocevar wrote: >> So if you are still willing to contribute, a patch for that would be nice. >> If you do not want to follow the procedure on >> http://trac.openlayers.org/wiki/HowToContribute, then please let me know >> what you would lik

Re: [OpenLayers-Users] Control documentation incomplete, inconsistent and misleading

2009-09-10 Thread P Kishor
On Thu, Sep 10, 2009 at 1:21 PM, Andreas Hocevar wrote: > So if you are still willing to contribute, a patch for that would be nice. > If you do not want to follow the procedure on > http://trac.openlayers.org/wiki/HowToContribute, then please let me know > what you would like to read in the docs

Re: [OpenLayers-Users] Control documentation incomplete, inconsistent and misleading

2009-09-10 Thread Andreas Hocevar
P Kishor wrote: > Per the docs for Control > > "Controls by default are added to the map they are contained within > however it is possible to add a control to an external div by passing > the div in the options parameter." > > which is followed by the example > > "var control = new OpenLayers.Cont

Re: [OpenLayers-Users] Control documentation incomplete, inconsistent and misleading

2009-09-10 Thread P Kishor
On Thu, Sep 10, 2009 at 8:14 AM, Christopher Schmidt wrote: > On Wed, Sep 09, 2009 at 10:59:34PM -0500, P Kishor wrote: >> Per the docs for Control >> >> "Controls by default are added to the map they are contained within >> however it is possible to add a control to an external div by passing >>

Re: [OpenLayers-Users] Control documentation incomplete, inconsistent and misleading

2009-09-10 Thread Christopher Schmidt
On Wed, Sep 09, 2009 at 10:59:34PM -0500, P Kishor wrote: > Per the docs for Control > > "Controls by default are added to the map they are contained within > however it is possible to add a control to an external div by passing > the div in the options parameter." > > which is followed by the ex

[OpenLayers-Users] Control documentation incomplete, inconsistent and misleading

2009-09-09 Thread P Kishor
Per the docs for Control "Controls by default are added to the map they are contained within however it is possible to add a control to an external div by passing the div in the options parameter." which is followed by the example "var control = new OpenLayers.Control({div: myDiv});" That leads