Merge pull request #8319 from fredj/cleanup

Remove reference to setProj4 function in documentation
This commit is contained in:
Frédéric Junod
2018-06-27 11:20:15 +02:00
committed by GitHub
+3 -3
View File
@@ -45,9 +45,9 @@ import {METERS_PER_UNIT} from '../proj/Units.js';
* urn:ogc:def:crs:EPSG:6.18:3:3857, * urn:ogc:def:crs:EPSG:6.18:3:3857,
* http://www.opengis.net/gml/srs/epsg.xml#3857 * http://www.opengis.net/gml/srs/epsg.xml#3857
* *
* If you use proj4js, aliases can be added using `proj4.defs()`; see * If you use [proj4js](https://github.com/proj4js/proj4js), aliases can
* [documentation](https://github.com/proj4js/proj4js). To set an alternative * be added using `proj4.defs()`. After all required projection definitions are
* namespace for proj4, use {@link module:ol/proj~setProj4}. * added, call the {@link module:ol/proj/proj4~register} function.
* *
* @constructor * @constructor
* @param {module:ol/proj/Projection~Options} options Projection options. * @param {module:ol/proj/Projection~Options} options Projection options.