Changeset 1720
- Timestamp:
- 10/24/06 11:30:56 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.2/doc/Control.MousePosition.txt
r1665 r1720 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. branches/openlayers/2.2/lib/OpenLayers/Control/MousePosition.js
r1673 r1720 28 28 29 29 /** @type int */ 30 granularity: 1 ,30 granularity: 10, 31 31 32 32 /** @type OpenLayers.LonLat */
