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
22c8e3ded4bfe13df2d032a10cefcaeca38e4ff5
openlayers
/
lib
/
OpenLayers
/
Handler
History
Schuyler Erle
7a3eabceeb
Prevent click event when dragging in Handler.Drag.
Fixes
#656
.
...
git-svn-id:
http://svn.openlayers.org/trunk/openlayers@3082
dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
2007-04-17 18:25:04 +00:00
..
Box.js
Minor change to change default post-drag styling from 'default' to ''. This allows
2007-04-10 10:35:16 +00:00
Drag.js
Prevent click event when dragging in Handler.Drag.
Fixes
#656
.
2007-04-17 18:25:04 +00:00
Feature.js
#628
- a feature has a geometry - a geometry doesn't have a feature - features are rendered, selected, moved, modified, etc - down in the renderer, expando properties on nodes are limited to _featureId, _style, and _options - this removes expandos that created circular references back through the map and to other dom elements - when the renderer is involved in selecting features, it returns a featureId (instead of a geometry or feature) and the layer is responsible for fetching the appropriate feature
2007-04-10 16:07:56 +00:00
Keyboard.js
Check return values from activate()/deactivate() in subclassed Handlers and Controls, as appropriate.
Fixes
#599
.
2007-04-01 21:33:59 +00:00
MouseWheel.js
Check return values from activate()/deactivate() in subclassed Handlers and Controls, as appropriate.
Fixes
#599
.
2007-04-01 21:33:59 +00:00
Path.js
#628
- a feature has a geometry - a geometry doesn't have a feature - features are rendered, selected, moved, modified, etc - down in the renderer, expando properties on nodes are limited to _featureId, _style, and _options - this removes expandos that created circular references back through the map and to other dom elements - when the renderer is involved in selecting features, it returns a featureId (instead of a geometry or feature) and the layer is responsible for fetching the appropriate feature
2007-04-10 16:07:56 +00:00
Point.js
#628
- a feature has a geometry - a geometry doesn't have a feature - features are rendered, selected, moved, modified, etc - down in the renderer, expando properties on nodes are limited to _featureId, _style, and _options - this removes expandos that created circular references back through the map and to other dom elements - when the renderer is involved in selecting features, it returns a featureId (instead of a geometry or feature) and the layer is responsible for fetching the appropriate feature
2007-04-10 16:07:56 +00:00
Polygon.js
#628
- a feature has a geometry - a geometry doesn't have a feature - features are rendered, selected, moved, modified, etc - down in the renderer, expando properties on nodes are limited to _featureId, _style, and _options - this removes expandos that created circular references back through the map and to other dom elements - when the renderer is involved in selecting features, it returns a featureId (instead of a geometry or feature) and the layer is responsible for fetching the appropriate feature
2007-04-10 16:07:56 +00:00