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
bcc623f44462576234257e80f98cfd1e4c4111e2
openlayers
/
lib
/
OpenLayers
/
Handler
History
Éric Lemoine
dc2cc625f3
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
)
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@5470
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-12-17 14:36:39 +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
Refactor SVN layout in compliance with RFC/LicenseChange. This hopefully
2007-10-17 02:21:22 +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