Changed wording

This commit is contained in:
simonseyock
2016-11-15 18:41:29 +01:00
parent a133beb168
commit 8c49f6db46
2 changed files with 2 additions and 2 deletions

View File

@@ -674,7 +674,7 @@ ol.Map.prototype.hasFeatureAtPixel = function(pixel, opt_layerFilter, opt_this)
/**
* Returns the geographical coordinate for a browser event.
* Returns the coordinate in view projection for a browser event.
* @param {Event} event Event.
* @return {ol.Coordinate} Coordinate.
* @api stable

View File

@@ -47,7 +47,7 @@ ol.MapBrowserEvent = function(type, map, browserEvent, opt_dragging,
this.pixel = map.getEventPixel(browserEvent);
/**
* The geographical coordinate corresponding the original browser event.
* The coordinate in view projection corresponding to the original browser event.
* @type {ol.Coordinate}
* @api stable
*/