OpenLayers OpenLayers

Ticket #996 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

slideFactor not used

Reported by: euzuro Assigned to: crschmidt
Priority: minor Milestone: 2.6 Release
Component: Control.PanZoom Version: 2.5 RC1
Keywords: Cc:
State:

Description

the PanZoom control has a 'slideFactor' property that *should* determine by how many pixels we pan... unfortunately, it is not used.

Attachments

slideFactor.patch (1.1 kB) - added by euzuro on 09/18/07 21:47:02.
actually *use* slidefactor property

Change History

09/18/07 21:43:59 changed by crschmidt

A bad merge before 2.0 took this out. r806 actually pulled it out, clearly mistakenly.

09/18/07 21:47:02 changed by euzuro

  • attachment slideFactor.patch added.

actually *use* slidefactor property

09/18/07 21:48:55 changed by euzuro

  • keywords set to review.

all tests pass ie6, ff. please to review.

09/28/07 17:50:20 changed by crschmidt

  • keywords changed from review to commit.

Good to commit.

10/03/07 12:19:06 changed by euzuro

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [4785]) Allow user to specify the 'slideFactor' for the default panzoom control. (Closes #996)