Changeset 7674
- Timestamp:
- 08/01/08 18:09:20 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/BaseTypes/LonLat.js
r6313 r7674 115 115 /** 116 116 * APIMethod: transform 117 * Transform the LonLat object from source to dest. 117 * Transform the LonLat object from source to dest. This transformation is 118 * *in place*: if you want a *new* lonlat, use .clone() first. 118 119 * 119 120 * Parameters:
