On Mar 14, 2012, at 8:34 AM, Tobias Reinicke wrote: > Hi Puneet, > > This may not work for you; > > In your highlight and select Ctrl (if you have both), add a line like this > > selectCtrl.handlers.feature.stopDown = false; > > > highlightCtrl.handlers.feature.stopDown = false; > > put them just before the map.addControl for both places. > > See if that works. > >
Thanks Toby. This did work very well. I don't know how you discovered this, but it would be nice to have it as part of the API docs. > > On 14 March 2012 13:29, Puneet Kishor <[email protected]> wrote: >> On Mar 14, 2012, at 3:12 AM, Andreas Hocevar <[email protected]> wrote: >> >>> I think the original poster's issue must be a different one, since he >>> didn't seem to be happy with what he found in the link you had posted. >> >> >> >> The link leads to a 404. >> >>> >>> Marc, the issue you ran into is definitely there. And it could >>> probably be solved by using >>> https://github.com/openlayers/openlayers/pull/174 instead of a >>> SelectFeature control. >>> >> >> >> Will try that as well as John's suggestion. >> >> >>> Andreas. >>> >>> On Wed, Mar 14, 2012 at 8:18 AM, Marc <[email protected]> wrote: >>>> Andreas Hocevar wrote: >>>>> >>>>> Hi, >>>>> >>>>> check your projection settings. If you still cannot figure things out, >>>>> post at least the snippets where you create the map and add your >>>>> layers. >>>>> >>>>> It is definitely not an issue with handlers. >>>> >>>> >>>> Hi ! >>>> >>>> I'm not sure I understand your answer... The problem (at least, mine) >>>> is that when there is a vector feature somewhere above the map (with >>>> select control enabled on the vector layer), it is not possible to use >>>> its area to drag the map. The problem is even more problematic when the >>>> whole map is covered with vector features... >>>> >>>> You can see the problem here for example: >>>> >>>> http://airspace.kataplop.net/airspace/amap/ >>>> >>>> click on "update visible airspace", then you are left only with a >>>> little area usable for dragging the map. >>>> >>>> Maybe I did not understand your answer correctly ? >>>> >>>> Thanks, >>>> Marc >>>> >>>> >>>> _______________________________________________ >>>> Users mailing list >>>> [email protected] >>>> http://lists.osgeo.org/mailman/listinfo/openlayers-users >>> >>> >>> >>> -- >>> Andreas Hocevar >>> OpenGeo - http://opengeo.org/ >>> Expert service straight from the developers. >>> _______________________________________________ >>> Users mailing list >>> [email protected] >>> http://lists.osgeo.org/mailman/listinfo/openlayers-users >> _______________________________________________ >> Users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/openlayers-users _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
