This website requires JavaScript.
Explore
Help
Sign In
ashatora
/
openlayers
Watch
1
Star
0
Fork
0
You've already forked openlayers
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
6fb48c0cd7287bb56cb8c68518c8994201948720
openlayers
/
lib
/
OpenLayers
/
Handler
History
Éric Lemoine
6fb48c0cd7
Enables unselecting selected features by clicking outside any feature. This is the default mode of the modify feature control. If you want to use the old mode where a click on a selected feature unselects that feature, set the toggle option to true. If you really want the old mode and not have selected features be unselected when clicking outside any feature, set the clickout option to false. The patch also adds the properties toggleKey and multipleKey to the modify feature control. With these one can temporarily enable the toggle and multiple mode, respectively. See the select-feature.html example to see all this in action. Thanks to pvalsecc and tschaub for the great colloration on this. (
closes
#1137
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@5506
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-12-19 11:09:44 +00:00
..
Box.js
Box Handler should use CSS to style its box. (
Closes
#1070
)
2007-12-13 19:51:49 +00:00
Click.js
adding a click handler for flexible cross-browser single and double click handling - add to a control and set click or dblclick callbacks - thanks for the review and pairing crschmidt (
closes
#1211
)
2007-12-16 04:42:14 +00:00
Drag.js
Make the drag handler only call done if it actually dragged - thanks for the review Eric (
closes
#1118
).
2007-11-01 20:53:06 +00:00
Feature.js
Enables unselecting selected features by clicking outside any feature. This is the default mode of the modify feature control. If you want to use the old mode where a click on a selected feature unselects that feature, set the toggle option to true. If you really want the old mode and not have selected features be unselected when clicking outside any feature, set the clickout option to false. The patch also adds the properties toggleKey and multipleKey to the modify feature control. With these one can temporarily enable the toggle and multiple mode, respectively. See the select-feature.html example to see all this in action. Thanks to pvalsecc and tschaub for the great colloration on this. (
closes
#1137
)
2007-12-19 11:09:44 +00:00
Keyboard.js
Refactor SVN layout in compliance with RFC/LicenseChange. This hopefully
2007-10-17 02:21:22 +00:00
MouseWheel.js
large scale syntactic clean up adding missing semi-colons and curly braces around blocks.
2007-10-18 12:27:35 +00:00
Path.js
When trying to deactivate a control from within that control's featureAdded
2007-12-15 21:29:06 +00:00
Point.js
When trying to deactivate a control from within that control's featureAdded
2007-12-15 21:29:06 +00:00
Polygon.js
When trying to deactivate a control from within that control's featureAdded
2007-12-15 21:29:06 +00:00
RegularPolygon.js
Do not call preFeatureInsert() and onFeatureInsert() callbacks when the modify feature control and the regular polygon handler internally adds point geometries to the layer. This is accomplished by adding an 'options' argument to the addFeatures() method in Layer.Vector. If that options argument has the silent property set to true, then the preFeatureInsert() and onFeatureInsert() callbacks aren't called. Thanks tschaub and fredj for your input. Thanks crschmidt for the final review. (
closes
#1148
)
2007-12-17 14:36:39 +00:00