Module types for ol/proj

This commit is contained in:
Tim Schaub
2018-03-11 23:20:25 -06:00
parent ef70d71636
commit a743ec3989
49 changed files with 103 additions and 103 deletions
+1 -1
View File
@@ -406,7 +406,7 @@ function transformVertex(vertex, scale, translate) {
* Read the projection from a TopoJSON source.
*
* @param {Document|Node|Object|string} object Source.
* @return {ol.proj.Projection} Projection.
* @return {module:ol/proj/Projection~Projection} Projection.
* @override
* @api
*/