Rename ol.Projection to ol.proj.Projection

This commit is contained in:
Tim Schaub
2013-08-30 14:19:05 -06:00
parent b192335e56
commit 3b20cc7b53
29 changed files with 119 additions and 119 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ In general every use of OpenLayers starts by initializing a map, then adding th
Projections
-----------
A {@link ol.Projection} defines which point on earth is represented by a pair of coordinates.
A {@link ol.proj.Projection} defines which point on earth is represented by a pair of coordinates.
Coordinates within OpenLayers can be used in various projections where some common projections are always supported,
others can be used via [Proj4js](http://trac.osgeo.org/proj4js/).