Fix error in map docs
[ci skip]
This commit is contained in:
+2
-2
@@ -433,7 +433,7 @@ ol.Map.prototype.freezeRendering = function() {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the map pixel position for a a browser event.
|
* Returns the geographical coordinate for a browser event.
|
||||||
* @param {Event} event Event.
|
* @param {Event} event Event.
|
||||||
* @return {ol.Coordinate} Coordinate.
|
* @return {ol.Coordinate} Coordinate.
|
||||||
*/
|
*/
|
||||||
@@ -443,7 +443,7 @@ ol.Map.prototype.getEventCoordinate = function(event) {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the geographical coordinate for a browser event.
|
* Returns the map pixel position for a browser event.
|
||||||
* @param {Event} event Event.
|
* @param {Event} event Event.
|
||||||
* @return {ol.Pixel} Pixel.
|
* @return {ol.Pixel} Pixel.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user