OpenLayers OpenLayers

Changeset 1720

Show
Ignore:
Timestamp:
10/24/06 11:30:56 (2 years ago)
Author:
euzuro
Message:

bringing up r1719 from trunk

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/openlayers/2.2/doc/Control.MousePosition.txt

    r1665 r1720  
    1414  suffix -- html to follow the latitude value (default: '') 
    1515  numdigits -- number of digits to the right of the decimal (default: 5) 
    16   granularity -- a change of how many pixels is considered a mouse move (default: 1
     16  granularity -- Don't refresh display if mouse has moved more than this (default: 10
    1717 
    1818prefix, separator, and suffix are used to format the lon/lat values. 
  • branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js

    r1673 r1720  
    2828     
    2929    /** @type int */ 
    30     granularity: 1
     30    granularity: 10
    3131     
    3232    /** @type OpenLayers.LonLat */