Changeset 1719
- Timestamp:
- 10/24/06 10:45:20 (2 years ago)
- Files:
-
- trunk/openlayers/doc/Control.MousePosition.txt (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Control/MousePosition.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/doc/Control.MousePosition.txt
r1665 r1719 14 14 suffix -- html to follow the latitude value (default: '') 15 15 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) 17 17 18 18 prefix, separator, and suffix are used to format the lon/lat values. trunk/openlayers/lib/OpenLayers/Control/MousePosition.js
r1673 r1719 28 28 29 29 /** @type int */ 30 granularity: 1 ,30 granularity: 10, 31 31 32 32 /** @type OpenLayers.LonLat */
