Improve docs for getPointResolution functions

This commit is contained in:
Peter Robins
2017-06-08 17:00:00 +01:00
parent 9691130b83
commit f97f370e5b
3 changed files with 10 additions and 3 deletions
+2 -1
View File
@@ -254,7 +254,8 @@ ol.proj.Projection.prototype.setWorldExtent = function(worldExtent) {
/**
* Set the getPointResolution function for this projection.
* Set the getPointResolution function (see {@link ol.proj#getPointResolution}
* for this projection.
* @param {function(number, ol.Coordinate):number} func Function
* @api
*/