tabs. no func change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5231 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-11-21 08:24:30 +00:00
parent 82e43d743f
commit 3719a3e875

View File

@@ -19,12 +19,13 @@ OpenLayers.Layer.EventPane = OpenLayers.Class(OpenLayers.Layer, {
/**
* APIProperty: smoothDragPan
* {Boolean} smoothDragPan determines whether non-public/internal API
* methods are used for better performance while dragging EventPane layers.
* When not in sphericalMercator mode, the smoother dragging doesn't
* actually move north/south directly with the number of pixels moved,
* resulting in a slight offset when you drag your mouse north south with
* this option on. If this visual disparity bothers you, you should turn
* this option off, or use spherical mercator. Default is on.
* methods are used for better performance while dragging EventPane
* layers. When not in sphericalMercator mode, the smoother dragging
* doesn't actually move north/south directly with the number of
* pixels moved, resulting in a slight offset when you drag your mouse
* north south with this option on. If this visual disparity bothers
* you, you should turn this option off, or use spherical mercator.
* Default is on.
*/
smootherDragging: true,