Improve docs; explicitly mention that this transform is *in place*
git-svn-id: http://svn.openlayers.org/trunk/openlayers@7674 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -114,7 +114,8 @@ OpenLayers.LonLat = OpenLayers.Class({
|
||||
|
||||
/**
|
||||
* APIMethod: transform
|
||||
* Transform the LonLat object from source to dest.
|
||||
* Transform the LonLat object from source to dest. This transformation is
|
||||
* *in place*: if you want a *new* lonlat, use .clone() first.
|
||||
*
|
||||
* Parameters:
|
||||
* source - {<OpenLayers.Projection>} Source projection.
|
||||
|
||||
Reference in New Issue
Block a user