Doc changes suggested by @probins

This commit is contained in:
Andreas Hocevar
2014-07-08 16:31:18 +02:00
parent 8b2277cdda
commit 88ab1ac61a
4 changed files with 20 additions and 10 deletions
+2 -1
View File
@@ -62,7 +62,8 @@ ol.proj.METERS_PER_UNIT[ol.proj.Units.METERS] = 1;
* Class for coordinate transforms between coordinate systems. By default,
* OpenLayers ships with the ability to transform coordinates between
* geographic (EPSG:4326) and web or spherical mercator (EPSG:3857)
* coordinate reference systems.
* coordinate reference systems. Any transform functions can be added with
* {@link ol.proj.addCoordinateTransforms}.
*
* Additional transforms may be added by using the {@link http://proj4js.org/}
* library. If the proj4js library is loaded, transforms will work between any