> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Tim Schaub > Sent: Friday, November 16, 2007 11:37 AM > Cc: [email protected] > Subject: Re: [OpenLayers-Users] How do I unselect a feature? > > Hey- > > Jeff Dege wrote: > > Clicking again on the selected feature only appears to work on the > > polygon and line feature types. Clicking on a selected point has no > > effect. > > > > This can be demonstrated by trying it in > examples/modify-feature.html. > > I just updated the select-feature.html demo to show point and line > drawing (and selection) in addition to polygon drawing/selection. > Within the hour (or whenever it gets updated), you can confirm for > yourself that points can be unselected by clicking on them. > > http://openlayers.org/dev/examples/select-feature.html
You're absolutely right - in the select-feature demo, clicking on the selected point unselects it. But in the modify-feature demo, clicking on the selected point does not. http://openlayers.org/dev/examples/modify-feature.html The problem seems to be in Control.ModifyFeature, not in Control.SelectFeature. _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
